Filter workflows

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

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

pageintegerOptional
Page number.
page_sizeintegerOptional
Results per page.
sort_bystringOptional

Sort field. Prefix with - for descending.

Request

This endpoint expects an object.
filtersmap from strings to anyRequired

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 or null
previousstring or null
resultslist of objects
filters_datamap from strings to any
Filter metadata returned by the backend for building the filter UI.

Errors

401
Unauthorized Error