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
Authorization
Bearer token. Use Bearer YOUR_API_KEY.
Query parameters
page
Page number.
page_size
Results per page.
sort_by
Sort field. Prefix with - for descending.
Request
This endpoint expects an object.
filters
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
count
next
previous
results
filters_data
Filter metadata returned by the backend for building the filter UI.
Errors
401
Unauthorized Error