---
title: "Get Ghg Statements"
method: GET
path: "/ghg_statements"
---

# Get Ghg Statements

`GET /ghg_statements`

Lists GHG statements in the Isometric system

## Query parameters

- `last` integer — An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
- `before` string, nullable — An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
- `first` integer — An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
- `after` string, nullable — An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.

## Headers

- `x-client-secret` string, required — A secret token identifying the client connecting to the API

## Response `200`

Successful Response

- PaginatedListResourceGhgStatement
  - `nodes` GhgStatement[], required
    - `id` string, required
    - `project_id` string, required
    - `verifier` string, nullable, required — Name of the verifier of the GHG statement
    - `removal_ids` string[], required
    - `ghg_entry_ids` string[], required
    - `ghg_statement_report_url` string, nullable, required
    - `status` 'DRAFT' | 'AWAITING_VERIFICATION' | 'VERIFIED' | 'CREDITS_ISSUED' | 'FAILED_VERIFICATION', required
    - `reporting_period_start_at` string, date, required — Start date of the reporting period (inclusive)
    - `reporting_period_end_at` string, date, required — End date of the reporting period (inclusive)
    - `submitted_at` string, date-time, nullable, required
    - `credits_issued_at` string, date-time, nullable, required
    - `pending_total_co2e_removed_kg` number, nullable, required — If the GHG statement has pending changes, this is the net CO₂e removed by the entries in the GHG statement, including any changes that are pending. If the GHG statement has no pending changes, this is None.
    - `credit_allocation` CreditAllocation, required
      - `buffer_pool_contribution_kg` integer, required — The number of credits (in kg CO₂e) contributed to the buffer pool, computed as risk_of_reversal_percentage × total issuable credits.
      - `supplier_allocation_kg` integer, required — The number of credits (in kg CO₂e) issued to the supplier, computed as total issuable credits minus buffer pool contribution.
  - `total_count` integer, required
  - `page_info` PageInfo, required
    - `has_previous_page` boolean, required
    - `start_cursor` string, nullable, required
    - `has_next_page` boolean, required
    - `end_cursor` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api.md) · [All operations](https://skmtc.net/isometric/apis/isometric-certify-data-ingestion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/isometric/isometric-certify-data-ingestion-api/versions/9819e9c8ccf0/schema)
