---
title: "POST /v2/GetBlockInfo"
method: POST
path: "/v2/GetBlockInfo"
tags: ["Block"]
---

# POST /v2/GetBlockInfo

`POST /v2/GetBlockInfo`

Get detailed information about a data block stored on a Garage node, including all object versions and in-progress multipart uploads that contain a reference to this block.

## Query parameters

- `node` string, required

## Request body

- LocalGetBlockInfoRequest
  - `blockHash` string, required

## Response `200`

Detailed block information

- MultiResponseLocalGetBlockInfoResponse
  - `error` object, required — Map of node id to error message, for nodes that were unable to complete the API call
  - `success` object, required — Map of node id to response returned by this node, for nodes that were able to successfully complete the API call

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.net/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/versions/07ffb2d0febb/schema)
