Returns a single task by its ID, including events and messages.Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires a valid Bearer token.Path Parameters
Task ID (UUID).
Response
Unique task identifier (UUID).
Task name.
Runtime status:
queued, provisioning, running, awaiting_input, failed, or aborted.Workspace ID when a workspace has been assigned.
ISO 8601 timestamp for when execution started.
ISO 8601 timestamp for terminal tasks.
Pending interactive input payload for awaiting-input tasks, including
toolId, toolName, and input.Task result summary.
Error message if the task failed.
Brief summary of what the task accomplished.
ISO 8601 timestamp.
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 |