---
title: "Retrieving media file that was collected during the identification process"
method: GET
path: "/api/conversations/{conversationId}/identity/metadata/media/{id}"
tags: ["Metadata"]
---

# Retrieving media file that was collected during the identification process

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

Returns stream of media file (images, videos, pdf reports etc.) collected during identification process.

If the answer is successful, the data stream will be provided along with the following key HTTP headers:

| Header | Example | Description |
| ------ | ------- | ----------- |
| content-disposition | attachment; filename = 9db8a804-4570-403e-9da6-162e608585e8_idi_ID_CARD_BACK.png | The file name is generated based on information about the media file. |
| content-type | image / png | The type of multimedia file content, similar to the one presented in the information about the given file. |
| status | 200 | Response status. |

In case of a wrong answer, the error information will be passed in the format `application/vnd.authologic.v1.1+json`.

## Path parameters

- `conversationId` string, required
- `id` 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)
