Tasks
Retrieve a task
Get a single task’s details.
GET
/
tasks
/
{id}
Authorizations
Path Parameters
The unique identifier of the task.
Response
200 - application/json
The unique identifier of the task.
The status of the task (e.g., IN_PROGRESS, COMPLETED).
The time the task was started.
The time the task was completed. Will be null if the task is still in progress.
Your prompt for the task.
The title of the task. Automatically generated based on the intent when the task is created.
A summary of the milestones to be completed in the task.