GET
/
api
/
v1
/
workflows
/
registry
/
filters
Available filter operators and logical operators to use in workflow filters
curl --request GET \
  --url https://workflow-app.thena.ai/api/v1/workflows/registry/filters \
  --header 'x-api-key: <api-key>'
{
  "filter_operators": [
    "<string>"
  ],
  "logical_operators": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Enter your API key

Response

200
application/json

Operation successful

The response is of type object.