Get active task details

Gets the details of all active tasks for the specified continuation token.

Request
path Parameters
task_id
required
string

The continuation token that was returned in the initial request.

header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

The details of active tasks that are associated with the continuation token are returned.

204

No record is found for the specified continuation token.

get/api/integration/v2/biviews-status/{task_id}
Request samples
curl -X GET https://ui_url/api/integration/v2/biviews-status/098bda64-a53d-4e6c-960d-ffd2293b19bb -H 'token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IlNZU0FETUlOIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImNsaWVudG5hbWUiOiJEZWZhdWx0IiwiY2xpZW50aWQiOjEsImlhdCI6MTU1ODMyODMzNSwibmJmIjoxNTU4MzI4MzM1LCJpc3MiOiJadW9yYS1SSUEiLCJleHAiOjE1NTgzMzAxMzV9.xz3O4QRR6qgT-2HgBJn9yJ9YBaXwWhl3d7ohrduTogI'
Response samples
application/json; charset=utf-8
{
  • "active": [
    ],
  • "completed": [
    ],
  • "draining": [
    ],
  • "stale": [
    ]
}