Skip to main content
GET
/
api
/
v2
/
tasks
/
{taskId}
Get task
curl --request GET \
  --url https://api.example.com/api/v2/tasks/{taskId}
{
  "id": "<string>",
  "status": "running",
  "workflowRunId": "<string>",
  "output": {},
  "state": {}
}

Path Parameters

taskId
string
required

The unique identifier of the task to get.

Response

Default Response

id
string
required
status
enum<string>
required
Available options:
running,
waiting-dependencies,
suspended,
completed,
failed,
cancelled
workflowRunId
string
required
output
object
required
state
object
required