---
title: "Get availability's reservations"
method: PATCH
path: "/sales/availability/{id}/reservations"
tags: ["Marketplace"]
---

# Get availability's reservations

`PATCH /sales/availability/{id}/reservations`

Return's list of Reservations for ongoing Storage Requests that the node hosts.

## Path parameters

- `id` string, required

## Response `200`

Retrieved storage availabilities of the node

- Reservation[]
  - `id` string — 32bits identifier encoded in hex-decimal string.
  - `availabilityId` string — 32bits identifier encoded in hex-decimal string.
  - `size` string — Integer represented as decimal string
  - `requestId` string — 32bits identifier encoded in hex-decimal string.
  - `slotIndex` string — Slot Index as hexadecimal string

## Other responses

- `400` — Invalid Availability ID
- `404` — Availability not found
- `500` — Error getting reservations
- `503` — Sales are unavailable

## Changes

- **2024-03-21** `64a4e4f07d65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/sales/availability/:id/reservations/patch.md)

---

[API](https://skmtc.dev/logos-storage/apis/logos-storage-api.md) · [All operations](https://skmtc.dev/logos-storage/apis/logos-storage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/logos-storage/logos-storage-api/revisions/64a4e4f07d65/schema)
