Agents

Get run details

Full audit trail for a run including output, steps (tool calls, text), and token usage.

get/agent/v1/run/{id}/details

Path parameters

idstring required

Run ID

Response

Run details with full step trace

idstring
agentIdstring
status'queued' | 'running' | 'completed' | 'failed' | 'cancelled'
promptstring
guidancestring nullable
modelstring nullable
workflowIdstring nullable

Durable workflow run ID

modalSandboxIdstring nullable

Modal sandbox ID (available once sandbox is created)

createdAtstring date-time
startedAtstring date-time nullable
completedAtstring date-time nullable

Changes