Workflows
Query Workflows
Query workflow artifacts with filters and pagination.
Accepts the same filters as query parameters or in the request body; body fields win when both are supplied. Results are ordered by creation time; pass windowing.next back for the following page.
See: Query Pattern.
post/workflows/query
Query parameters
workflow_idstring uuid nullable
workflow_idsstring[] nullable
workflow_slugstring nullable
workflow_slugsstring[] nullable
namestring nullable
descriptionstring nullable
flagsstring nullable
tagsstring nullable
metastring nullable
include_archivedboolean nullable
nextstring uuid nullable
neweststring date-time nullable
oldeststring date-time nullable
limitinteger nullable
order'ascending' | 'descending' nullable
Response
Successful Response