List answer agent runs
Agents
List Answer Agent runs
List the caller’s Answer Agent runs, newest first
GET
List answer agent runs
Notes
- Returns the authenticated caller’s Answer Agent runs, newest first, as a list envelope:
{ "object": "list", "data": [ … ], "has_more": bool, "next_cursor": string | null }. - Each item is a trimmed
AnswerAgentRunSummary(run_id,status,created_at,completed_at,thread_id,usage) — fetch full detail via Poll an Answer Agent run. - Paginate with
cursor(a prior response’snext_cursor) andlimit(default 20, max 100).
Authorizations
Query Parameters
Opaque pagination cursor from a previous response's next_cursor.
Max runs to return (default 20, max 100).
Required range:
1 <= x <= 100