---
title: "Get inventory for an entity"
method: GET
path: "/v1/{id}/inventory"
tags: ["Entity Endpoints"]
---

# Get inventory for an entity

`GET /v1/{id}/inventory`

## Path parameters

- `id` string, required

## Response `200`

- EntityInventoryResponseDto
  - `credits` ApiInventoryCreditDto[], required
    - `organizationId` string — The ID of the organization associated with the credit
    - `userId` string — The ID of the user 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
  - `entity` BaseEntityDto, required
    - `userId` string — If this entity is a user this is the id of the user
    - `organizationId` string — If this entity is an organization this is the id of the organization
    - `id` string — This is the id of the entity

---

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