The public API is read-only and exposes only curated analytics datasets and dimension lookups.
Supported public endpoints:
GET /v1GET /v1/healthGET /v1/catalogGET /v1/datasets/{dataset_id}GET /v1/datasets/{dataset_id}/rowsGET /v1/dimensionsGET /v1/dimensions/{dimension_id}
Hosted deployments should use a least-privileged, read-only database credential.
The public API should only expose:
- Documented dataset metadata
- Documented dataset row queries
- Documented dimension lookups
The public API should not expose:
- Arbitrary SQL
- Raw operational database tables
- Administrative service data
- Write permissions
Do not open public issues for suspected secrets, data exposure, auth bypasses, or infrastructure vulnerabilities.
Use GitHub Private Vulnerability Reporting for this repository when available. If private reporting is unavailable, contact Kenosa Consulting privately before public disclosure.