Skip to main content
GET
Get Filter Options

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Query Parameters

assessment_type
string
required

Assessment type: 'metadata' or 'data_quality'

service
string | null

Filter databases by service name

database
string | null

Filter schemas by database name

schema
string | null

Filter tables by schema name

Response

Successful Response

Available filter values for cascading dashboard dropdowns.

services
string[]
required

Distinct service names with assessment data

databases
string[]
required

Distinct database names (filtered by parent selections)

schemas
string[]
required

Distinct schema names (filtered by parent selections)

tables
string[]
required

Distinct table names (filtered by parent selections)