Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

filter_id
string
required

Query Parameters

workspace_id
string

Response

200 - application/json

OK

filter
object

Filter is the logical, workspace-scoped Filter entity: a stable id + mutable metadata (name, description), plus its ACTIVE version's config denormalized for the common "show me this filter" read. Version history is a separate FilterVersion list (ListFilterVersions). Editing deploys a new active version; assignments follow the active version.