---
title: "Retrieve an emissions source by its ID"
method: GET
path: "/v1/organization/emissions_sources/{id}"
tags: ["Organization management"]
---

# Retrieve an emissions source by its ID

`GET /v1/organization/emissions_sources/{id}`

Use this endpoint to get a specific emissions source by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Emissions source retrieved successfully

- 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

- `403` — You are not authorized to acess this object
- `404` — Object not found

---

[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/versions/495dab1b31fd/schema)
