Query validated GHG emissions across all 25 emission categories. Only records with a fully valid and enabled emission source chain are included — these are the authoritative figures to use for reporting, analysis, and visualizations.Parameters:
Parameter
Type
Required
Default
Description
organization_id
string
Yes
—
UUID of the organization
category
string
No
null
Emission category. Omit to query all 25 categories at once. See valid values below.
aggregate
boolean
No
true
true for aggregated totals grouped by non-pinned dimensions; false for paginated raw rows
Never add emission values from different gases together. Each gas uses a different unit and represents a different substance — they are not additive.
Gas
Unit
Description
co2e
kg
CO₂-equivalent — use this for standard scope totals
co2
kg
Carbon dioxide
ch4
g
Methane
n2o
g
Nitrous oxide
For example, totals_by_ghg_gas["co2e"] = 500.0 means 500 kg of CO₂-equivalent, while totals_by_ghg_gas["ch4"] = 20.0 means 20 g of methane. These cannot be summed.
When aggregate=true (default), the response groups results by all dimensions not fixed by a filter. Unfiltered dimensions become grouping keys: category, scope, ghg_gas, facility_id, vehicle_id.
"What are our total scope 1 emissions in 2025?""Break down electricity emissions by facility for Q1 2024""Show CO₂-equivalent emissions for purchases last year""Give me all scope 3 categories for this organization in 2024"