filter_workflows
Filter workflows by type and other criteria to scope down results. Specify filters like type equals monitors or automations for targeted retrieval.
Instructions
Filter workflows by type and other fields.
Use the filters parameter to scope by type:
{ "type": { "value": ["automations"], "operator": "eq" } }
{ "type": { "value": ["monitors"], "operator": "eq" } }
{ "type": { "value": ["exports"], "operator": "eq" } }
{ "type": { "value": ["evaluators"], "operator": "eq" } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| filters | Yes | Filter object. Example: { "type": { "value": ["monitors"], "operator": "eq" } } | |
| sort_by | No | Sort field. Prefix with - for descending. | |
| page_size | No | Results per page (maximum 1000). |