Skip to main content
GET
Get Emissions Summary

Get Emissions Summary

Retrieve aggregated CO2e emissions for your organization over a date range. Use the group_by parameter to control how results are broken down.
New API: This endpoint is part of the new API architecture with improved design and maintainability.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUID. Use include_children=true to also aggregate emissions from subsidiaries.Example: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

string
required
Start date in ISO format (YYYY-MM-DD)Example: 2025-01-01
string
required
End date in ISO format (YYYY-MM-DD). Maximum range: 2 years (730 days).Example: 2025-12-31
string
default:"scope"
How to group the results. One of: scope, category, month.
  • scope — Aggregate by GHG Protocol scope (1, 2, 3)
  • category — Aggregate by emission category within each scope
  • month — Aggregate by calendar month
boolean
default:"false"
Whether to include emissions from child organizations (subsidiaries). When false, only the specified organization’s emissions are returned.

Response

string
The organization UUID
date
Start date of the queried period
date
End date of the queried period
string
Unit of measurement — always tCO2e
number
Total CO2e emissions in tonnes across all items
array
Array of emission breakdown items. Shape depends on group_by:

Example

By Scope (default)

Successful Response

By Category

Successful Response

By Month

Successful Response

Common Errors

400 Bad Request

Cause: start_date is after end_date, or date range exceeds 2 years (730 days)

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

422 Unprocessable Entity

Cause: Missing required query parameters (start_date or end_date)

Organization Tree

View your organization hierarchy

Invoices

Manage energy invoices (Scope 2)

Vehicles

Manage vehicles (Scope 1)

Purchases

Manage purchased goods (Scope 3)