List documents

Returns a paginated list of standalone documents for your organization.

Required scope: documents:read

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Query parameters

statusenumOptional
Filter by document status.
Allowed values:
classificationstringOptional
Filter by document classification.
session_idstringOptional
Filter by associated session ID.
identity_idstringOptional
Filter by associated identity ID.
document_typeenumOptional
Filter by document type.
Allowed values:
limitintegerOptional1-100Defaults to 50
Maximum number of documents to return.
offsetintegerOptional>=0Defaults to 0
Number of documents to skip.

Response

A list of documents.
datalist of objects
paginationobject

Errors

401
Unauthorized Error