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
status
Filter by workflow status
agent_id
Filter by agent ID
created_after
Only return workflows created after this timestamp (ISO 8601)
limit
Maximum number of results per page
cursor
Opaque cursor from a previous response to fetch the next page
Response
Successful Response
workflows
Workflow executions
pagination
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