Full audit trail for a run including output, steps (tool calls, text), and token usage.
{
"id": "<string>",
"agentId": "<string>",
"prompt": "<string>",
"guidance": "<string>",
"model": "<string>",
"workflowId": "<string>",
"modalSandboxId": "<string>",
"runtimeId": "<string>",
"result": {
"output": "<string>",
"outputObjectIds": [
"<string>"
],
"finalResponse": {
"summary": "<string>",
"createdObjectIds": [
"<string>"
],
"issues": [
"<string>"
]
},
"logs": {
"runtime": "<string>",
"opencode": "<string>",
"runner": "<string>"
}
},
"usage": {
"model": "<string>",
"inputTokens": 123,
"outputTokens": 123,
"toolCalls": 123,
"durationMs": 123,
"summary": {
"costMicros": 123,
"totalInputTokens": 123,
"totalOutputTokens": 123,
"totalTokens": 123
},
"entries": [
{
"id": "<string>",
"service": "<string>",
"endpoint": "<string>",
"method": "<string>",
"statusCode": 123,
"costMicros": 123,
"promptTokens": 123,
"completionTokens": 123,
"totalTokens": 123,
"model": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"metadata": null
}
]
},
"steps": [
{
"id": "<string>",
"content": "<string>",
"toolName": "<string>",
"toolInput": null,
"toolOutput": null,
"durationMs": 123,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Run ID
Run details with full step trace
queued, running, completed, failed, cancelled Durable workflow run ID
Deprecated legacy Modal sandbox ID. Prefer provider and runtimeId.
Runtime provider for this run
daytona, vercel Provider-specific runtime identifier
Current runtime state, when available
running, stopped, archived, ended, error Final output from the agent
Show child attributes
Token usage statistics
Show child attributes
Show child attributes
Was this page helpful?
{
"id": "<string>",
"agentId": "<string>",
"prompt": "<string>",
"guidance": "<string>",
"model": "<string>",
"workflowId": "<string>",
"modalSandboxId": "<string>",
"runtimeId": "<string>",
"result": {
"output": "<string>",
"outputObjectIds": [
"<string>"
],
"finalResponse": {
"summary": "<string>",
"createdObjectIds": [
"<string>"
],
"issues": [
"<string>"
]
},
"logs": {
"runtime": "<string>",
"opencode": "<string>",
"runner": "<string>"
}
},
"usage": {
"model": "<string>",
"inputTokens": 123,
"outputTokens": 123,
"toolCalls": 123,
"durationMs": 123,
"summary": {
"costMicros": 123,
"totalInputTokens": 123,
"totalOutputTokens": 123,
"totalTokens": 123
},
"entries": [
{
"id": "<string>",
"service": "<string>",
"endpoint": "<string>",
"method": "<string>",
"statusCode": 123,
"costMicros": 123,
"promptTokens": 123,
"completionTokens": 123,
"totalTokens": 123,
"model": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"metadata": null
}
]
},
"steps": [
{
"id": "<string>",
"content": "<string>",
"toolName": "<string>",
"toolInput": null,
"toolOutput": null,
"durationMs": 123,
"timestamp": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z"
}