---
title: "Lookup some details for a descriptor"
method: GET
path: "/lookup/details"
tags: ["lookup"]
---

# Lookup some details for a descriptor

`GET /lookup/details`

## Query parameters

- `descriptor` string, required
- `includes` string

## Response `200`

returns a DescriptorDetails object

- DescriptorDetails
  - `descriptor` string, uri, required
  - `seealso` ResourceResult[]
    - `resource` string, uri, required
    - `label` string, required
    - `preferred` boolean
  - `terms` ResourceResult[]
    - `resource` string, uri, required
    - `label` string, required
    - `preferred` boolean

## Other responses

- `400` — invalid parameters

## Changes

- **2019-04-30** `6f087a8cf9db` — 1 info
  - added the new optional `query` request parameter `includes`
- **2019-04-16** `5a1e8ef22295` — 1 info
  - endpoint added
- **2019-03-27** `1366644918cd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hhs/apis/mesh-rdf-api/changes/lookup/details/get.md)

---

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