---
title: "Changes to get the metadata of an hdf object"
method: GET
path: "/hdf/meta/{fpath}"
---

# Changes to get the metadata of an hdf object

`GET /hdf/meta/{fpath}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 9 of 50 revisions.

- **2021-07-12** `51f5737233d1` — 1 warning, 1 info
- **2021-07-06** `24ace76c28b4` — 1 breaking
- **2021-03-09** `d989f5483a0f` — 2 breaking, 2 info
- **2021-01-13** `c6f55726bc82` — 2 breaking
- **2020-12-17** `d481a8106a9a` — 5 info
- **2020-12-17** `6d3176da4941` — 5 info
- **2020-12-16** `b1378ccddf8a` — 1 info
- **2019-07-25** `00a7a553e15c` — 1 breaking
- **2019-07-25** `99123c1740e3` — 2 breaking, 2 info

## Changes

- **2021-07-12** `51f5737233d1` — 1 warning, 1 info
  - removed the optional property `oneOf[#/components/schemas/group_meta]/childrenCount` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/group_meta]/children` to the response with the `200` status
- **2021-07-06** `24ace76c28b4` — 1 breaking
  - the response property `oneOf[#/components/schemas/group_meta]/childrenCount` became optional for the status `200`
- **2021-03-09** `d989f5483a0f` — 2 breaking, 2 info
  - removed the required property `oneOf[#/components/schemas/dataset_meta]/attributeCount` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/group_meta]/attributeCount` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/dataset_meta]/attributes` to the response with the `200` status
  - added the required property `oneOf[#/components/schemas/group_meta]/attributes` to the response with the `200` status
- **2021-01-13** `c6f55726bc82` — 2 breaking
  - removed the required property `oneOf[#/components/schemas/dataset_meta]/id` from the response with the `200` status
  - removed the required property `oneOf[#/components/schemas/group_meta]/id` from the response with the `200` status
- **2020-12-17** `d481a8106a9a` — 5 info
  - the response property `oneOf[#/components/schemas/dataset_meta]/attributeCount` became required for the status `200`
  - the response property `oneOf[#/components/schemas/dataset_meta]/id` became required for the status `200`
  - the response property `oneOf[#/components/schemas/group_meta]/attributeCount` became required for the status `200`
  - the response property `oneOf[#/components/schemas/group_meta]/childrenCount` became required for the status `200`
  - the response property `oneOf[#/components/schemas/group_meta]/id` became required for the status `200`
- **2020-12-17** `6d3176da4941` — 5 info
  - added the optional property `oneOf[#/components/schemas/dataset_meta]/attributeCount` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/dataset_meta]/id` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/group_meta]/attributeCount` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/group_meta]/childrenCount` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/group_meta]/id` to the response with the `200` status
- **2020-12-16** `b1378ccddf8a` — 1 info
  - endpoint added
- **2019-07-25** `00a7a553e15c` — 1 breaking
  - api path removed without deprecation
- **2019-07-25** `99123c1740e3` — 2 breaking, 2 info
  - added the new path request parameter `apiPath`
  - removed the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `404`
  - removed the non-success response with the status `401`

---

[Operation](https://skmtc.dev/jupyter-server/apis/jupyterlab-hdf5-proxy/docs/hdf/meta/:fpath/get.md) · [API](https://skmtc.dev/jupyter-server/apis/jupyterlab-hdf5-proxy.md) · [Page](https://skmtc.dev/jupyter-server/apis/jupyterlab-hdf5-proxy/changes/hdf/meta/:fpath/get)
