Skip to main content
GET
/
filters
List all filters
curl --request GET \
  --url http://localhost:8080/api/v1/filters \
  --header 'Authorization: <api-key>'
[
  {
    "attributes": {
      "description": "<string>",
      "name": "<string>",
      "script": [
        123
      ]
    },
    "id": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Response

OK

attributes
object
id
string
type
string