Queries
Governed reusable SQL queries.
GET /api/v1/queriesGET /api/v1/queries/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Governed reusable SQL queries.
GET /api/v1/queriesGET /api/v1/queries/{id} Visualisations backed by governed queries.
GET /api/v1/chartsGET /api/v1/charts/{id} Collections of business intelligence visualisations.
GET /api/v1/dashboardsGET /api/v1/dashboards/{id} Synthetic analytical order facts.
GET /api/v1/ordersGET /api/v1/orders/{id} curl "https://fastbi.org/api/v1/queries?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://fastbi.org/api/v1/queries", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs