Executions API

Retrieve execution logs, steps, and outcomes

Executions API

GET/api/executions/{executionLogId}
{
  "id": "exec_123",
  "status": "COMPLETED",
  "finalText": "All checks passed",
  "totalTokens": 812,
  "durationMs": 2401,
  "steps": []
}
GET/api/agents/{agentId}/executions
GET /api/agents/{agentId}/executions?limit=20