v1
latestOpenAPI 3.1.02026-07-24398280.9 KBRetrieve monthly emissions summaries by business entity
Use this endpoint to retrieve emissions summaries by emissions source
Query parameters
Filter by a specific fiscal year, using the organization's fiscal start month setting
Filter by a specific calendar year
Filter by a specific month in YYYY-MM format
Filter starting at a specific month, inclusive. Can optionally use with to_month.
Filter up to a specific month, inclusive. Can optionally use with from_month.
A list of business entity UUIDs to filter against, returning summaries for the specificed business entities
A business entity UUIDs to filter against, returning summaries for business entities one level below the given parent
A business entity type to filter against, returning summaries for business entities of this type
Response
Monthly emissions source summaries retrieved successfully.
Example response
{
"summaries": [
{
"month": "2025-03"
}
]
}