v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-051387180.3 KB
compiler

Compile a dashboard YAML file

Compile a dashboard YAML file into fully resolved widget data.

Reads a dashboard YAML from the client repo, resolves all data slots, executes queries, applies filters, and returns renderable widget data.

RLS: Filtered to current client (ClientRLSDB).

post/api/v1/compiler/dashboard

Query parameters

sourcestring nullable

Headers

X-Kater-CLI-IDstring nullable

Request body

connection_idstring uuid required

Connection to compile against

dashboard_pathstring required

Relative path within the connection (e.g. 'dashboards/compliance_overview')

filtersobject nullable

Optional filter overrides from UI

tenant_keystring required

Tenant key for multi-tenant execution. Use 'kater_global_tenant' for no-tenancy clients.

Response

Successful Response