Tasks

Display a task

Returns a variety of information about a single Task specified by the requested unique identifier.

get/1/async/tasks/{task_uuid}

Path parameters

task_uuidstring required

The unique identifier (UUID) of the task to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "uuid": "5cb09b3c-d03a-11eb-b8bc-0242ac130003",
    "status": "running"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.