Get Filter Options
Returns distinct filter values for cascading dashboard dropdowns, scoped by assessment type.
Authorizations
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: 'metadata' or 'data_quality'
Filter databases by service name
Filter schemas by database name
Filter tables by schema name
Response
Successful Response
Available filter values for cascading dashboard dropdowns.
Distinct service names with assessment data
Distinct database names (filtered by parent selections)
Distinct schema names (filtered by parent selections)
Distinct table names (filtered by parent selections)

