Create a new export task based on a stream definition
POST
api/v3/stream/s/:stream_id/exportCreate a new export task based on a stream definition
Path Parameters
- stream_id string requiredExample: stream_1
- application/json
Request Body
- object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "POST /api/v3/stream/s/stream_1/export?access_token=abcd_1234_abcd",
"request_id": "#r8vukhhi0kdt#",
"result_tasks": {
"tasks": [
{
"creation_date": "2022-03-17T09:33:53.743Z",
"id": "8ae89c33-389e-4816-ad3f-319c655b3996",
"processed": 0,
"progress": 0,
"status": "queued",
"target": "collector_1",
"type": "export"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...