v52

latestOpenAPI 3.0.1AGPL-3.0raw.githubusercontent.com2026-08-01255473862.7 KB
Workflows

Query workflows

Use when listing or auditing workflow runs (e.g. ops dashboard or debugging). Returns a paginated list; supports filtering by workflow type and status.

post/workflows/search

Request body

end_timestring date-time
entitystring

e.g. plan, invoice, subscription

entity_idstring

e.g. plan_01ABC123

expandstring
limitinteger
offsetinteger
order'asc' | 'desc'
start_timestring date-time
status'published' | 'deleted' | 'archived'
task_queuestring
workflow_idstring

Workflow-specific filters

workflow_statusstring

e.g. Running, Completed, Failed

workflow_typestring

Response

OK