Retrieve status of the task
GET
api/v3/tasks/export/:task_idRetrieve status of the task
Path Parameters
- task_id string requiredExample: 2136f070-2e0b-4888-8d1f-679fba1e95f1
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v3/tasks/export/2136f070-2e0b-4888-8d1f-679fba1e95f1?access_token=abcd-1234-abcd",
"request_id": "#r8uh8gixfkjx#",
"result_tasks": {
"tasks": [
{
"creation_date": "2022-03-16T15:39:25.203Z",
"id": "2136f070-2e0b-4888-8d1f-679fba1e95f1",
"processed": 104753,
"progress": 0.9272556673836648,
"status": "running",
"target": "collector_1",
"type": "export"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...