Skip to main content
POST
Create a saved filter (TRU-216)

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Body

application/json
project_id
string<uuid>
required
name
string
required
Maximum string length: 100
filters
object
required

Response

Saved filter created

A team-shared, tenant-scoped query preset for the traces list (TRU-216). filters is an opaque JSON object whose shape is owned by the dashboard.

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
tenant_id
string<uuid>
required
project_id
string<uuid>
required
name
string
required
Maximum string length: 100
filters
object
required

Opaque filter DSL object owned by the dashboard.

created_by
string
required

Clerk user ID of the author.