---
title: "Retrieve monthly emissions summaries by emissions source"
method: GET
path: "/v1/carbon_accounting/summaries/monthly_emissions_source_emissions_summaries"
tags: ["Carbon accounting"]
---

# Retrieve monthly emissions summaries by emissions source

`GET /v1/carbon_accounting/summaries/monthly_emissions_source_emissions_summaries`

Use this endpoint to retrieve emissions summaries by emissions source

## Query parameters

- `fiscal_year` string
- `calendar_year` string
- `month` string
- `from_month` string
- `to_month` string
- `business_entity_ids` BusinessEntityID[]
- `emissions_source_ids` EmissionsSourceID[]
- `scopes` EmissionsScope[]

## Response `200`

Monthly emissions source summaries retrieved successfully.

- object
  - `summaries` MonthlyEmissionsSourceEmissionsSummary[]
    - `month` string, required
    - `scopeEmissions` number, required — The total scope emissions, in kgCO2e
    - `scope` 1 | 2 | 21 | 22 | 3 | -1, required — The GHG protocol scope this source belongs to
    - `energyConsumption` number, required — The amount of energy consumed, in kWh
    - `processID` string, uuid, required
    - `processName` string, required — The name of the process business entity this emissions summary belongs to
    - `emissionsSourceID` string, uuid, required
    - `emissionsSourceName` string, required — The name of the emissions source for this emissions summary
    - `emissionsSourceTypeID` string, uuid, required
    - `emissionsSourceTypeName` string, required — The name of the emissions source type for the source for this emissions summary
    - `emissionsModelID` string, uuid, required
    - `emissionsModelName` string, required — The name of the emissions model for the source for this emissions summary
  - `pagination` PaginationResult
    - `offset` integer, required — The current offset in the pagination
    - `limit` integer, required — The maximum number of items per page
    - `total` integer, required — The total number of items available
    - `hasMore` boolean, required — Whether there are more items available after this page
    - `nextOffset` integer, nullable — The offset for the next page, if available
    - `previousOffset` integer, nullable — The offset for the previous page, if available

## Other responses

- `400` — Your request is missing a parameter or has the wrong data type
- `403` — You are not authorized to acess this object

---

[API](https://skmtc.net/sinai/apis/sinai-api.md) · [All operations](https://skmtc.net/sinai/apis/sinai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinai/sinai-api/revisions/495dab1b31fd/schema)
