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

# Get warehouse reservation

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

This endpoint returns a specific warehouse reservation. It can be used to check if a reservation is still active or not.

## Path parameters

- `id` string, required
- `reservationId` string, required

## Headers

- `x-icr-api-version` string

## Response `200`

- ApiReservationDto
  - `id` string, required — The unique identifier of the reservation, used to finish / cancel it
  - `creditId` string, required — The unique identifier of the credit
  - `serialization` string, required — The serialization of the reservation
  - `amount` number, required — The amount reserved
  - `createdAt` string, date-time, required — The creation date of the reservation
  - `state` string, required — The state of the reservation - if undefined the reservation is still waiting to be actived / finished.
  - `retirementId` string — The retirement ID of the reservation
  - `updatedAt` string, date-time, required — The update date of the reservation
  - `tokenId` string, required — The token ID of the reservation
  - `tokenAddress` string, required — The token address of the reservation
  - `type` 'exPost' | 'exAnte', required — The type of the reservation
  - `reservedToDate` string, date-time, required — The reserved to date of the reservation
  - `isComplete` boolean, required — The completion status of the reservation
  - `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
  - `reserver` ApiReserver, required
    - `id` string, required — The ID of the reserver
    - `name` string, required — The name of the reserver

---

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