MethodPathDescription
GET/v1/crdb_tasks/{task_id}Get the status of an executed task

Get task status

GET /v1/crdb_tasks/{task_id}

Get the status of an executed task.

The status of a completed task is kept for 500 seconds by default.

Request

Example HTTP request

GET /crdb_tasks/1

Request headers

KeyValueDescription
X-Result-TTLintegerTask time to live

URL parameters

FieldTypeDescription
task_idstringTask ID

Response

Returns a CRDB task object.

Status codes

CodeDescription
200 OKTask status.
401 UnauthorizedUnauthorized request. Invalid credentials
404 Not FoundTask not found.