---
title: "Retrieve the liveness performed image associated with a registration."
method: GET
path: "/api/images/liveness-performed/{registrationId}"
tags: ["Images"]
---

# Retrieve the liveness performed image associated with a registration.

`GET /api/images/liveness-performed/{registrationId}`

## Path parameters

- `registrationId` string, uuid, required

## Headers

- `apikey` string, required

## Response `200`

Response containing Liveness performed image details.

- CredasApiModelsImagesGetLivenessPerformedImageResponse
  - `url` string
  - `base64Data` string

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `403` — If requesting entity have no permission to access the resource.
- `404` — If the liveness performed image doesn't exist.
- `500` — If an unexpected exception occurred whilst processing the request.

---

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