Authentication
Requires a valid Bearer token.Path Parameters
Task ID (UUID).
Response
Unique task identifier (UUID).
Task name.
Task status:
created, running, completed, failed, aborted.Task result summary.
Error message if the task failed.
Brief summary of what the task accomplished.
ISO 8601 timestamp.
ISO 8601 timestamp when the task finished.
List of task events (tool calls, file changes, etc.).
List of conversation messages between the user and agent.
Errors
| Status | Description |
|---|---|
401 | Unauthorized — missing or invalid token |
404 | Not Found — task does not exist or you do not have access |