---
title: "Get meta details"
method: GET
path: "/meta"
---

# Get meta details

`GET /meta`

Fetch meta details using a hash.

## Query parameters

- `hash` string, required

## Response `200`

Successful response

- object
  - `hash` string — Hash of the meta details.
  - `hex` string — Hexadecimal representation of the meta details.
  - `hasState` boolean — Indicates if the meta has state.

## Other responses

- `400` — Missing or invalid hash
- `404` — Meta details not found
- `500` — Internal server error

---

[API](https://skmtc.dev/gear-tech/apis/meta-service-api.md) · [All operations](https://skmtc.dev/gear-tech/apis/meta-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gear-tech/meta-service-api/revisions/089053c96eeb/schema)
