---
title: "Retrieve the details of a specific subset."
method: GET
path: "/catalogs/{catalogHrn}/subsets/{subsetId}"
tags: ["config"]
deprecated: true
---

# Retrieve the details of a specific subset.

`GET /catalogs/{catalogHrn}/subsets/{subsetId}`

> **Deprecated.**

This endpoint is deprecated. Use **/catalogs/{catalogHrn}/dataSubsets/{dataSubsetId}** instead. **BETA** Retrieve the details of a specific subset.

## Path parameters

- `catalogHrn` string, required
- `subsetId` string, required

## Response `200`

OK

- Subset — Describes the specific subset based on the included areas.
  - `id` string, required — Immutable ID that refers to the subset.
  - `hrn` string, required — HERE Resource Name (HRN) for the subset.
  - `name` string, required — Short name for the subset.
  - `areas` string[], required — Various areas covered in the subset.
  - `created` string, required — Creation date and time.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden.
- `404` — Not Found - A Subset with the specified subsetId doesn't exist.

---

[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)
