Create a new export task
POST
api/v3/stream/exportCreate a new export task
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "POST /api/v3/stream/export?access_token=abcd-1234-abcd",
"request_id": "#r8ugtpzg9o2q#",
"result_tasks": {
"tasks": [
{
"creation_date": "2022-03-16T15:39:25.306Z",
"id": "2136f070-2e0b-4888-8d1f-679fba1e95f1",
"processed": 0,
"progress": 0,
"status": "queued",
"target": "collector_1",
"type": "export"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...