GET
/
tasks
/
{id}

Authorizations

x-api-key
string
headerrequired

Path Parameters

id
string
required

The unique identifier of the task.

Response

200 - application/json
id
string

The unique identifier of the task.

status
string

The status of the task (e.g., IN_PROGRESS, COMPLETED).

startedAt
string

The time the task was started.

completedAt
string

The time the task was completed. Will be null if the task is still in progress.

intent
string

Your prompt for the task.

title
string

The title of the task. Automatically generated based on the intent when the task is created.

summary
string

A summary of the milestones to be completed in the task.

form
object[]
milestones
object[]
outputs
object[]
chats
object[]
files
object[]
accounts
object[]