Gets the details of all active tasks for the specified continuation token.
The details of active tasks that are associated with the continuation token are returned.
No record is found for the specified continuation token.
curl -X GET https://ui_url/api/integration/v2/biviews-status/098bda64-a53d-4e6c-960d-ffd2293b19bb -H 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlNZU0FETUlOIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImNsaWVudG5hbWUiOiJEZWZhdWx0IiwiY2xpZW50aWQiOjEsImlhdCI6MTU1ODMyODMzNSwibmJmIjoxNTU4MzI4MzM1LCJpc3MiOiJadW9yYS1SSUEiLCJleHAiOjE1NTgzMzAxMzV9.xz3O4QRR6qgT-2HgBJn9yJ9YBaXwWhl3d7ohrduTogI'
{- "active": [
- {
- "accumulate": 0,
- "activity_tracker": {
- "elapsed_time": "string",
- "initated_time": "string",
- "last_activity": "string"
}, - "message": "string",
- "metric": "string",
- "query_config": {
- "filter_params": {
- "fromDate": "string",
- "toDate": "string"
}, - "object_name": "string"
}, - "status": "string",
- "task_id": "string"
}
], - "completed": [
- "string"
], - "draining": [
- "string"
], - "stale": [
- "string"
]
}