---
title: "Retrieving information about the metadata collected during the identification process"
method: GET
path: "/api/conversations/{conversationId}/identity/metadata"
tags: ["Metadata"]
---

# Retrieving information about the metadata collected during the identification process

`GET /api/conversations/{conversationId}/identity/metadata`

Returns information about the available metadata that was collected during the identification process.

Detailed description of returned fields:

| Parameter | Example | Description |
| --------- | ------- | ----------- |
| id | `9db8a804-4570-403e-9da6-162e608585e8` | Conversation ID. |
| letter | - | A structure representing the set of metadata collected from the identity validation process. |
| list.media | - | List of information about available multimedia files. |
| list.media.id | `7a4d1a9f-bdac-4d2c-96a6-bb51fb4ec7c5` | The ID of the media file. |
| list.media.type | `DOCUMENT` | Media file type. Possible values: `DOCUMENT` - document of the authenticated person, `FACE` - face of the authenticated person, `REPORT` - report on the verification process |
| list.media.subtype | `ID_CARD` | The sub-type of the media file, such as the type of document. The value is blank if `type` = `FACE`. `ID_CARD` - identity card of the authenticated person, `DRIVER_LICENSE` - driving license of the authenticated person, `PASSPORT` - passport of the authenticated person, `RESIDENCE_PERMIT` - residence card of the authenticated person, `UTILITY_BILL` - proof of address of the authenticated person |
| list.media.variant | `FRONT` | Variant of the media file, e.g. document page. The value is blank if `type` = `FACE`. `FRONT` - front side of the document, `BACK` - back side of the document |
| list.media.contentType | `image/png` | The type of media file content. Example values: `image/png`, `video/mp4` |

## Path parameters

- `conversationId` string, required

## Response `200`

Information available

## Other responses

- `402` — Exhaustion of the plan or limitations related to non-payment
- `403` — Permission denied
- `404` — Conversation not found
- `410` — Conversation is unavailable
- `500` — Server side error

---

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