Dashboard Tools
Query saved report dashboards — custom views with widgets that visualize sustainability metrics, emissions charts, pivot tables, and KPI trackers. Dashboards are linked to projects and contain configurable widgets.list_dashboards
List all dashboards saved for the organization.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | string | No | default org | Organization UUID |
| Field | Description |
|---|---|
project_id | The project this dashboard belongs to |
widgets | List of widget objects with name, type, and configuration |
layouts | Responsive grid layout positions per breakpoint (lg, md, sm) |
get_dashboard
Get a specific dashboard by ID with its full widget configuration.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dashboard_id | string | Yes | — | UUID of the dashboard |
organization_id | string | No | default org | Organization UUID |
Widget Types
Widgets can visualize different data sources:| Widget Config | Description |
|---|---|
| Metrics | Emission charts with configurable metrics, periodicity, and time periods |
| Custom KPI | Custom KPI visualizations linked to datasets and campaigns |
| Pivot Table | Tabular data views (carbon footprint, energy, water, logistics) |
| Shipment Map | Geographic visualization of transport routes |
| File | Embedded file display |
Workflow
- List dashboards —
list_dashboardsto discover available dashboards - Get details —
get_dashboardwith the dashboard ID to see widget configurations - Explore data — Use the tools that feed the widgets:
get_greenhouse_gas_emissionsfor emission metrics,list_custom_kpisfor KPI data,list_logistics_requestsfor shipment maps
Related
Emissions
GHG emissions data that powers dashboard charts
Custom KPIs
Custom KPI definitions used in dashboard widgets
Projects
Projects that own dashboards
API Reference
REST API endpoints for dashboards