Skip to main content
GET
/
v1
/
tasks
/
{id}
Get task
curl --request GET \
  --url https://api.usenaive.ai/v1/tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "task": {},
  "runs": [
    {}
  ],
  "events": [
    {}
  ],
  "comments": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

OK.

task
object
runs
object[]
events
object[]
comments
object[]