Retrieve all recent tasks status
GET
api/v3/tasks/exportRetrieve all recent tasks status
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"request": "GET /api/v3/tasks/export?access_token=abcd_1234_abcd",
"request_id": "#r8vo6gj1e1ij#",
"result_tasks": {
"tasks": [
{
"creation_date": "2022-03-16T15:39:25.203Z",
"id": "2136f070-2e0b-4888-8d1f-679fba1e95f1",
"processed": 104753,
"progress": 0.9272556673836648,
"status": "aborted",
"target": "collector_1",
"type": "export"
},
{
"creation_date": "2022-02-03T13:23:34.746Z",
"id": "978c7579-8f08-4361-a6dc-26a74329e899",
"processed": 499,
"progress": 1,
"status": "finished",
"target": "test_c_pbi",
"type": "export"
}
]
},
"status_code": "0",
"status_message": "OK"
}
Loading...