cURL
curl --request GET \ --url https://{organization_id}.platform.barndoor.ai/api/v2/policies/filter-definitions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "label": "<string>", "options": [ { "value": "<string>", "label": "<string>" } ] } ]
Return filter categories for the policies list UI.
Static filter options for status, plus dynamic filters for MCP servers and agents based on the organization’s registry.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes