---
title: "get data from an hdf dataset"
method: GET
path: "/hdf/data/{fpath}"
---

# get data from an hdf dataset

`GET /hdf/data/{fpath}`

get raw array data from one hdf dataset, as a json blob

## Response `200`

a chunk of raw array data from an hdf dataset. May be of any dimensionality

- union[] — a chunk of raw array data from an hdf dataset. May be of any dimensionality
  - union
    - number
    - Data — recursive

## Other responses

- `400` — the request was malformed; url should be of the format `"fpath?uri=uri"`
- `401` — the request did not specify a file that `h5py` could understand
- `403` — the request specified a file that does not exist
- `500` — found and opened file, error getting contents from object specified by the uri

---

[API](https://skmtc.net/jupyter-server/apis/jupyterlab-hdf5-proxy.md) · [All operations](https://skmtc.net/jupyter-server/apis/jupyterlab-hdf5-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jupyter-server/jupyterlab-hdf5-proxy/versions/4cb4fe162160/schema)
