Public API › BI dashboards

Read a BI dashboard

read call of the i40Pilot public API. Required scope: modules:read.

Calling it

curl -X POST https://oee-app-bolt.pages.dev/api/v1/tools/bi_get_dashboard \
  -H "Authorization: Bearer sk-app-..." \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Parameters

NameType
dashboard_idstringrequired

Cost

This call is free.

Discovery

GET /api/v1/tools returns the full catalogue with, for each tool, its input schema, its price and the scope it requires — the cost is known before the call, never after.

All API tools