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

# Get warehouse inventory

`GET /organizations/{id}/warehouse/inventory`

This endpoint returns a paginated list of the organization's warehouse inventory.

## Path parameters

- `id` string, required

## Query parameters

- `development` string, required

## Headers

- `x-icr-api-version` string

## Response `200`

- ApiWarehouseInventoryResponseDto
  - `credits` ApiCreditDto[], required — The credits of the organization
    - `id` string, required — Unique identifier for the credit
    - `inventoryId` string, required — Unique identifier for the inventory
    - `organizationId` string, required — Unique identifier for the organization
    - `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 — Serialization information
    - `amount` number, required — Amount of credit
    - `type` 'exPost' | 'exAnte', required — Type of credit
  - `organizationId` string, required — The ID of the organization that owns the warehouse

---

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