Get status and result of a particular task.

Prev Next
Get
/v1/tasks/status/{task-id}

Get status of a task. If the task is completed, it also returns the result values, if any.

Path parameters
task-id
string (uuid) Required

UUID of a task.

Responses
200

Task Details.

Expand All
object
task_id
string (uuid)

Task Id

certificate_id
string (uuid)

Certificate Id in case of certificate issuance task.

node_id
string (uuid)

Compute Node Id.

task_type
string

The types of tasks supported.

Valid values[ "NODE_ATTESTATION", "CERTIFICATE_ISSUANCE", "BUILD_WHITELIST", "DOMAIN_WHITELIST" ]
task_status
object (TaskStatus)

Status info for a task.

created_at
integer (int64)

Task creation time

status_updated_at
integer (int64)

Time since the status change.

status
string

Status string for a task.

Valid values[ "INPROGRESS", "FAILED", "SUCCESS", "DENIED" ]
build_id
string (uuid)

Build Id.