List search agent runs
Agents
List Search Agent runs
List the caller’s Search Agent runs, newest first
GET
List search agent runs
Notes
- Returns the authenticated caller’s Search Agent runs, newest first, as a list envelope:
{ "object": "list", "data": [ … ], "has_more": bool, "next_cursor": string | null }. - Each item is a trimmed
SearchAgentRunSummary(run_id,status,created_at,completed_at,thread_id,usage) — fetch full detail via Poll a Search 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