/v1/filters/flows/{flowId}/search and /v1/filters/search) run a one-off query and return the matching cards, while this endpoint only reads a previously saved filter configuration.curl --location '/v1/flows//filters'[
{
"id": "string",
"flowId": "string",
"userId": "string",
"limit": 0,
"order": "asc",
"orderBy": "string",
"fields": [
{
"path": "string"
}
],
"conditions": {
"logic": "AND",
"conditions": [
{
"scope": "any",
"path": "string",
"operator": null,
"value": null
}
]
}
}
]