v1
latestOpenAPI 3.1.02026-08-06387578.8 KBagentWorkflows
List Workflows
List agent workflow executions with optional filters and cursor-based pagination.
get/agents/workflows
Query parameters
status'running' | 'completed' | 'failed' | 'cancelled' | 'timed_out' | 'terminated'
Filter by workflow status
Filter by workflow status
agent_idstring nullable
Filter by agent ID
created_afterstring date-time nullable
Only return workflows created after this timestamp (ISO 8601)
limitinteger
Maximum number of results per page
cursorstring nullable
Opaque cursor from a previous response to fetch the next page
Headers
Authorizationstring required
Bearer authentication
Response
Successful Response