---
title: "Get Verification"
method: GET
path: "/verifications/{verification_id}"
tags: ["Verifications"]
---

# Get Verification

`GET /verifications/{verification_id}`

Retrieves the current status and detailed information of a specific verification.

## Path parameters

- `verification_id` string, uuid, required

## Response `200`

Detailed information of the verification.

- Verification
  - `id` string, uuid — Unique ID for the verification.
  - `identifier` string — The identifier (CURP/RFC) associated with the verification.
  - `status` 'in_progress' | 'completed' | 'failed' — The current status of the verification.
  - `data_available` boolean — Indicates if any data was found for this identifier during the verification.
  - `can_retry` boolean — Indicates if this verification can be retried (e.g., in case of failure with no data).
  - `entities` string[] — A list of data entities (e.g., 'profile', 'invoices', 'employment', 'employment_files', 'earnings', 'business_profile') that were found for this identifier.
  - `created_at` string, date-time — Timestamp of when the verification was created.
  - `updated_at` string, date-time, nullable — Timestamp of when the verification was last updated (e.g., completed or failed).
  - `consent_id` string, uuid — The consent ID used for this verification.
  - `is_billable` boolean — Indicates if this verification is billable.
  - `external_id` string, nullable — The external identifier provided in the request, if any.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — The specified verification_id was not found in the system.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/versions/59e48cdbdd84/schema)
