GET
/v1/identity/verification_reports/{report}Get a verification report
Retrieves one verification report by its identifier. Use expand when you need selected fields included directly in the response instead of returned as references.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
reportstringrequired
The unique identifier of the verification report to retrieve. Maximum 5000 characters.
expandarray<string>optional
Fields to expand in the response. Each value must be no longer than 5000 characters.
200Returns the verification report, including its identifier, creation time, livemode, object type, report type, verification results, and related session when available.
client_reference_idstringoptional
A string to reference this user. This can be a customer ID, a session ID, or similar, and can be used to reconcile this verification with your internal systems.
createdintegerrequired
Time at which the object was created. Measured in seconds since the Unix epoch.
documentobjectoptional
Result from a document check
emailobjectoptional
Result from a email check
idstringrequired
Unique identifier for the object.
id_numberobjectoptional
Result from an id_number check
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
optionsobjectoptional
phoneobjectoptional
Result from a phone check
selfieobjectoptional
Result from a selfie check
typestringrequired
Type of report.
verification_flowstringoptional
The configuration token of a verification flow from the dashboard.
verification_sessionstringoptional
ID of the VerificationSession that created this report.
defaultError response.
errorobjectrequired
Error handling
report must identify the verification report to retrieve and must be no longer than 5000 characters. Each expand value must also be no longer than 5000 characters.