---
title: "List verifications (log)"
method: GET
path: "/v1/verifications"
tags: ["OpenID4VP Verification"]
---

# List verifications (log)

`GET /v1/verifications`

List completed verification results for your tenant. Each result shows the verdict, requested claims, disclosed claims, verifier, and verification checks.

## Response `200`

Returns a bare JSON array. Each array element is one verification result.

- object[]
  - `checks` object — Reports the verification checks recorded for this result.
    - `alg_allowlist` boolean — Shows whether the signing algorithms passed the allowlist check.
    - `aud` boolean — Shows whether the audience check passed.
    - `key_binding` boolean — Shows whether the KB-JWT (Key-Binding JWT) holder binding check passed.
    - `nonce` boolean — Shows whether the nonce check passed.
    - `not_expired` boolean — Shows whether the credential was still valid at verification time.
    - `not_revoked` boolean — Shows whether the credential passed the revocation check.
    - `signature` boolean — Shows whether the credential signature check passed.
  - `created_at` string, date-time — Records when the verification result was created.
  - `disclosed_claims` object — Contains the claims the holder disclosed. The object is empty when the verdict is `failed`.
    - `tier` string — Shows the disclosed `tier` claim value.
  - `error` string — Returns an empty string on success or a failure reason when verification fails.
  - `id` string, uuid — Identifies the verification result.
  - `request_id` string, uuid — Identifies the presentation request that produced this result.
  - `requested_claims` string[] — Lists the claim names requested for disclosure.
  - `vct` string — Names the VCT (Verifiable Credential Type) that was verified.
  - `verdict` 'verified' | 'failed' — Shows whether verification succeeded or failed.
  - `verifier` string — Identifies the verifier audience for the presentation.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
