---
title: "Gets a blob"
method: GET
path: "/layers/{layerId}/data/{dataHandle}"
tags: ["blob"]
---

# Gets a blob

`GET /layers/{layerId}/data/{dataHandle}`

Retrieves a blob from storage.

## Path parameters

- `layerId` string, required
- `dataHandle` string, required

## Query parameters

- `accessType` string
- `billingTag` string

## Headers

- `Range` string
- `If-None-Match` string

## Response `200`

OK - Response includes a blob.

## Other responses

- `204` — Blob is empty
- `206` — Partial Content - indicates response to the Range query as per [RFC 7233](https://tools.ietf.org/html/rfc7233).
- `307` — Temporary redirect to retrieve blob content from an alternative location.
- `400` — Bad Request, for example if the dataHandle is malformed.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found - no blob is associated with this dataHandle
- `416` — Range Not Satisfiable - indicates errors in the Range parameter as per [RFC 7233](https://tools.ietf.org/html/rfc7233).

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
