workflows

Filter workflows

List workflows with server-side filtering. Use the type filter in the request body to scope results to automations, monitors, or evaluators.

post/api/workflows/list/

Query parameters

pageinteger

Page number.

page_sizeinteger

Results per page.

sort_bystring

Sort field. Prefix with - for descending.

Headers

Authorizationstring required

Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, OpenAI or Azure OpenAI provider credentials go in Settings -> Providers or the request body credential_override field, not in this auth field.

Request body

filtersobject required

Filter object keyed by field name. Include a type filter with value: ["automations"], ["monitors"], or ["evaluators"] and operator: "eq" to scope results.

Response

Successful response for Filter workflows

countinteger
nextstring nullable
previousstring nullable
filters_dataobject

Filter metadata returned by the backend for building the filter UI.

Changes