Skip to main content
GET
/
api
/
v2
/
tasks
/
{taskId}
/
state
Get task state
curl --request GET \
  --url https://api.example.com/api/v2/tasks/{taskId}/state
{}

Path Parameters

taskId
string
required

The unique identifier of the task to get the state of.

Response

The state of the task.

The state of the task.

{key}
any