---
title: "List emissions sources in an org"
method: GET
path: "/v1/organization/emissions_sources"
tags: ["Organization management"]
---

# List emissions sources in an org

`GET /v1/organization/emissions_sources`

Use this endpoint to get a list of emissions sources in the organization.  If no filters are specified, all emissions sources in the organization are returned. You can optionally filter the results by process ID or business entity ID.

## Query parameters

- `process_id` string, uuid
- `business_entity_id` string, uuid
- `emissions_source_type_id` string, uuid

## Response `200`

The list of emissions sources

- EmissionsSource[]
  - `id` string, uuid, required
  - `processID` string, uuid, required
  - `emissionsSourceTypeID` string, uuid, required
  - `emissionsModelID` string, uuid, required
  - `relatedSourceID` string, uuid, nullable
  - `scope` 1 | 2 | 21 | 22 | 3 | -1, required — The GHG protocol scope this source belongs to
  - `status` 'ACTIVE' | 'INACTIVE', required — The status of this emissions source
  - `description` string — A description of what this emissions source represents
  - `referenceSourceIDs` EmissionsSourceID[], nullable — List of reference emissions source IDs

## Other responses

- `400` — Your request is missing a parameter or has the wrong data type

---

[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)
