agent-runs
List a deep agent's run history
Returns the org-scoped run history for one deep agent (by agentType) — the audit trail of what was run: prompt, status, turns, token usage, cost, and a link to the served report when one was produced. Newest-first.
get/v1/agent-runs/history
Query parameters
agentTypestring required
Agent type (registry key or custom agent id)
limitinteger
Max items to return (default 20, max 100)
offsetinteger
Items to skip (default 0)
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.