List tenant management tasks

Get a list of all tasks.

Headers
string
required

All calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.

Responses

Response body
array of objects
object
int64
≥ 0

The number of items that have completed.

details
object

The deleted results.

string

The time when the task completed.

string

Any error information.

int64
≥ 0

The number of items that triggered an error.

int64
1 to 100

The percent of the total items which are complete.

string

The time when the task started.

string
required

The status of the task, either SCHEDULED, STARTED, COMPLETED, STOPPED, or ERROR. SCHEDULED indicates a job which has not yet started. STARTED shows a job which is currently running. COMPLETED is for a job which has completed its work. STOPPED indicates a job which was stopped while running or while scheduled. ERROR is for a job which ended in an error which will be returned on GET operations.

SCHEDULED STARTED COMPLETED STOPPED ERROR

int64
required
≥ 1

Uniquely identifies each task.

int64
≥ 1

The total number of items that the task processes.

string
required

Use this URL to get the job status.

400

Bad request. The URL or JSON request object is invalid.

401

Unauthorized. The security token is missing or invalid. See Get started for help initially running the API.

404

Not found. The requested object doesn't exist.

Language
Authentication
URL