v1
latestOpenAPI 3.1.02026-07-24398280.9 KBCarbon accounting
Retrieve monthly, activity-level detailed emissions summaries
Use this endpoint to retrieve emissions summaries at month and activity levels.
get/v1/carbon_accounting/summaries/monthly_detailed_emissions_summaries
Query parameters
fiscal_yearstring
Example:2025
Filter by a specific fiscal year, using the organization's fiscal start month setting
calendar_yearstring
Example:2025
Filter by a specific calendar year
monthstring
Example:2025-03
Filter by a specific month in YYYY-MM format
from_monthstring
Example:2025-03
Filter starting at a specific month, inclusive. Can optionally use with to_month.
to_monthstring
Example:2025-03
Filter up to a specific month, inclusive. Can optionally use with from_month.
process_idsBusinessEntityID[]
A list of process UUIDs to filter against, returning any summary that matches any process in the list
emissions_source_idsEmissionsSourceID[]
A list of emissions source UUIDs, returning any summary that matches any emissions source in the list
scopesEmissionsScope[]
Filter source types by GHG protocol scopes
Response
Monthly detailed emissions summaries retrieved successfully.
Example response
{
"summaries": [
{
"month": "2025-03"
}
]
}