latestOpenAPI 3.1.02026-08-21322323412.1 KB

8de9cb14f744

dashboard-data

Query Dashboard Data

Execute SQL across all project databases + side tables.

Routes through the Postgres entity-store OLTP lane when it is on for this company (entity_reads.oltp); otherwise falls back to the DuckDB query_tables path, which stays the production path on merge (prod ships ENTITY_STORE_READS=off).

post/api/v1/dashboard-data/{dashboard_id}/query

Path parameters

dashboard_idstring uuid required

Request body

sqlstring required
limitinteger
pageinteger nullable
page_sizeinteger nullable

Response

Successful Response

OR