v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Agents

List runs

Lists agent runs for the authenticated organization. Supports filtering by agent, status, and cursor-based pagination.

get/agent/v1/run

Query parameters

agentIdstring

Filter by agent ID

status'queued' | 'running' | 'completed' | 'failed' | 'cancelled'

Filter by run status

limitinteger

Maximum number of runs to return (default 50, max 250)

cursorstring

Pagination cursor (run ID from previous page). Returns runs created before this run.

Response

List of runs

hasMoreboolean
nextCursorstring nullable

Pass as cursor to fetch the next page