---
title: "Retrieves descriptive metadata information for a specific representation"
method: GET
path: "/api/v2/aips/{id}/representations/{representation-id}/metadata/descriptive"
tags: ["v2 aips"]
---

# Retrieves descriptive metadata information for a specific representation

`GET /api/v2/aips/{id}/representations/{representation-id}/metadata/descriptive`

## Path parameters

- `id` string, required
- `representation-id` string, required

## Response `200`

Returns an object with all the representation descriptive metadata

- DescriptiveMetadataInfos
  - `descriptiveMetadataInfoList` DescriptiveMetadataInfo[]
    - `id` string
    - `label` string
    - `hasHistory` boolean

## Other responses

- `401` — Unauthorized access
- `403` — Forbidden
- `404` — Representation not found

---

[API](https://skmtc.dev/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.dev/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/revisions/afc3c5bcc0d9/schema)
