---
title: "Get representation"
method: GET
path: "/api/v2/representations/{aip_id}/{representation_id}"
tags: ["v2 representations"]
---

# Get representation

`GET /api/v2/representations/{aip_id}/{representation_id}`

Gets a representation

## Path parameters

- `aip_id` string, required
- `representation_id` string, required

## Response `200`

OK

- Representation
  - `aipId` string
  - `id` string
  - `original` boolean
  - `representationStates` string[]
  - `type` string
  - `instanceId` string
  - `hasShallowFiles` boolean
  - `createdOn` string, date-time
  - `createdBy` string
  - `updatedOn` string, date-time
  - `updatedBy` string
  - `descriptiveMetadata` DescriptiveMetadata[]
    - `id` string
    - `aipId` string
    - `representationId` string
    - `type` string
    - `version` string

## Other responses

- `404` — Not found

---

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