List Workflows

List agent workflow executions with optional filters and cursor-based pagination.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusenum or nullOptional
Filter by workflow status
agent_idstring or nullOptional
Filter by agent ID
created_afterdatetime or nullOptional

Only return workflows created after this timestamp (ISO 8601)

limitintegerOptional1-100Defaults to 20
Maximum number of results per page
cursorstring or nullOptional
Opaque cursor from a previous response to fetch the next page

Response

Successful Response
workflowslist of objects
Workflow executions
paginationobject
Pagination metadata

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error
502
Bad Gateway Error