---
title: "Get List of Emission Factors"
method: GET
path: "/v1/emission-factors"
tags: ["Carbon Management"]
deprecated: true
---

# Get List of Emission Factors

`GET /v1/emission-factors`

> **Deprecated.**

Use this API to get list of emission factors.

### Example Request

`GET https://{hostname}/api/esg-management/v1/emission-factors`

`GET https://trial.onetrust.com/api/esg-management/v1/emission-factors`

## Response `200`

OK

- BasicEntityDetail[]
  - `id` string, uuid — The unique identifier of the entity.
  - `name` string — The name of the entity.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
