v1

latestOpenAPI 3.1.02026-08-042453938.9 KB
Runs

Get run timeline

Get a comprehensive timeline view of an agent run including:

  • Full event history with retry chain tracking
  • Anomaly detection and alerts
  • Human-readable explanations
  • Summary statistics
  • Pagination for large runs

This is THE killer feature for debugging what happened in an agent execution.

get/v1/runs/{id}/timeline

Path parameters

idstring required

Query parameters

limitinteger
cursorstring

Cursor for pagination

includeAnomaliesboolean
collapseRetriesboolean

Response

Run timeline with events, anomalies, and summary

runIdstring
workflowIdstring nullable
workflowNamestring nullable
customerIdstring
statusstring
correlationIdstring nullable
metadataobject nullable
errorMessagestring nullable
errorCodestring nullable
startedAtstring date-time nullable
endedAtstring date-time nullable
durationMsinteger nullable
hasMoreboolean
nextCursorstring nullable