cURL
curl --request GET \ --url https://api.example.com/api/agents/{agentId}/runs
{ "runs": [ { "runId": "550e8400-e29b-41d4-a716-446655440001", "status": "completed", "startedAt": 1703001234567, "endedAt": 1703001235890, "durationMs": 1323, "messageId": "770e8400-e29b-41d4-a716-446655440003", "roomId": "660e8400-e29b-41d4-a716-446655440002", "entityId": "880e8400-e29b-41d4-a716-446655440004", "counts": { "actions": 2, "modelCalls": 3, "errors": 0, "evaluators": 1 } } ], "total": 42, "hasMore": true }
started
completed
timeout
error
all
Show Run object
Show Counts object
Was this page helpful?