---
title: "Get verification by id"
method: GET
path: "/management/api/verifications/{verificationId}"
tags: ["Verifier Management API"]
---

# Get verification by id

`GET /management/api/verifications/{verificationId}`

## Path parameters

- `verificationId` string, uuid, required

## Response `200`

Verification found

## Other responses

- `400` — Bad Request
- `404` — Verification not found or already expired

## Changes

- **2026-08-10** `ab0c6141945b` — 1 warning
  - added the new `access_denied` enum value to the `wallet_response/error_code` response property for the response status `200`
- **2026-07-20** `7217acac713d` — 3 warning
  - removed the optional property `dcql_query/credentials/items/claim_sets` from the response with the `200` status
  - removed the optional property `dcql_query/credentials/items/multiple` from the response with the `200` status
  - removed the optional property `dcql_query/credentials/items/trusted_authorities` from the response with the `200` status
- **2026-07-10** `1bc1c2cf9a8d` — 1 info
  - removed the `verification_process_closed` enum value from the `wallet_response/error_code` response property for the response status `200`
- **2026-07-06** `7a3d59c93277` — 1 breaking
  - the response property `dcql_query/credentials/items/claims/items/values` became nullable for the status `200`
- **2026-05-21** `122e9a8471fb` — 2 warning
  - removed the optional property `presentation_definition` from the response with the `200` status
  - added the new `invalid_token_status_list` enum value to the `wallet_response/error_code` response property for the response status `200`

[Full history](https://skmtc.dev/swiyu/apis/verifier-api/changes/management/api/verifications/:verificationId/get.md)

---

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