Task Status

Tasks are longer running operations where a response cannot be returned in an appropriate time. Get the latest status of a task based on the task id returned from Tenovos for an asynchronous operation (HTTP Response Code 202).

SecurityOAuth2
Request
path Parameters
taskId
required
string <uuid> = 36 characters

The Identifier of the task in Tenovos.

Example: 4e428628-2537-40b5-91a4-5393cbf167df
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Task Retrieved Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/tasks/{taskId}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "status": "Completed",
  • "type": "Bulk Relationships",
  • "batchSize": 50,
  • "createdBy": {
    }
}