---
title: "Search for Descriptors, also known as Headings."
method: GET
path: "/lookup/descriptor"
tags: ["lookup"]
---

# Search for Descriptors, also known as Headings.

`GET /lookup/descriptor`

## Query parameters

- `label` string, required
- `match` 'exact' | 'contains' | 'startswith'
- `year` 'current' | 'interim' | '2021' | '2020' | '2019'
- `limit` integer

## Response `200`

array of zero or more descriptors and their labels

- ResourceResult[]
  - `resource` string, uri, required
  - `label` string, required
  - `preferred` boolean

## Other responses

- `400` — invalid parameters

---

[API](https://skmtc.net/hhs/apis/mesh-rdf-api.md) · [All operations](https://skmtc.net/hhs/apis/mesh-rdf-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hhs/mesh-rdf-api/versions/40b27ae9fc28/schema)
