---
title: "Get organization inventory"
method: GET
path: "/organizations/{id}/inventory"
tags: ["Organizations"]
---

# Get organization inventory

`GET /organizations/{id}/inventory`

This endpoint returns a list of the organization's inventory

## Path parameters

- `id` string, required

## Query parameters

- `development` string

## Headers

- `x-icr-api-version` string

## Response `200`

- GetInventoryResponseDto
  - `credits` ApiInventoryCreditDto[], required
    - `organizationId` string, required — The ID of the organization associated with the credit
    - `id` string, required — The ID of the credit
    - `tokenId` string — The ID of the token associated with the credit (optional)
    - `tokenAddress` string — The address of the token associated with the credit (optional)
    - `project` ApiProject, required
      - `id` string, required — The ID of the project
      - `fullName` string, required — The full name of the project
      - `url` string, required — The URL of the project
      - `publicUrl` string, required — The public URL of the project
      - `num` number, required — Project number. This is a unique identifier for the project
    - `serialization` string, required — The serialization format of the credit
    - `vintage` string, required — Vintage year of the credit
    - `supply` number, required — The total supply of the token associated with the credit
    - `unit` string, required — The unit of the token associated with the credit
    - `amount` number, required — The amount of the token associated with the credit
    - `type` 'exAnte' | 'exPost', required — The type of the credit
  - `organizationId` string, required — The ID of the organization

---

[API](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api.md) · [All operations](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonregistry/carbon-registry-rest-api/revisions/a9f1b102faca/schema)
