Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
workspace_id
string
name
string
description
string
config
object

Config for the first active version.

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.