Get project management task status

Get project management task status

Returns a status of a project management task. Once the job finishes, the server will wait for you to retrieve the status, after which the task object is terminated — i.e., you'll get 404 for every subsequent requests for the same finished task.

Path Parameters
  • taskKey
    string
    required

    The key of the task to get the status of.

Responses
GET/tasks/{taskKey}

{
  "isSucceeded": true,
  "isWorking": false,
  "maxOverallProgress": 100,
  "overallProgress": 100,
  "statusText": "Export finished.",
  "taskName": "Exporting Publication"
}