---
title: "List Document Verification Sessions"
method: GET
path: "/verifications/docv_session"
tags: ["KYC/KYB Verifications"]
---

# List Document Verification Sessions

`GET /verifications/docv_session`

List of document verification sessions available for customers.

## Query parameters

- `id` string[]
- `status` DocumentVerificationSessionStatus[]
- `page_token` string — Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
- `person_id` string[]
- `limit` integer — Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.

## Response `200`

List of available document verification sessions.

- DocumentVerificationSessionsList
  - `document_verification_sessions` DocumentVerificationSessionResponse[], required — Array of document verification sessions.
    - `id` string, uuid — Unique ID for this document verification session.
    - `person_id` string, uuid, required — Unique ID for the person. Exactly one of `person_id` or `business_id` must be set.
    - `session_token` string, required — ID of the document verification session to be used in `/verifications/verify` request.
    - `status` 'COMPLETE' | 'PENDING', required — The current state of the document verification session. One of the following: * `PENDING` – the session is pending verification. * `COMPLETE` – the end-customer has submitted the requested documents.
    - `url` string, required — URL of the document verification session which can be shared with the end-customer.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
