Retrieves a list of Identity Verification sessions performed in a tenant, along with their results and metadata.
- Return all: Retrieves all Identity Verification sessions performed in the tenant in the last 24 hours. The response always includes the following default metadata:
TimeSession IdStatusRecommendationsRejection Description
- Limit: Defines the maximum number of sessions to return. If not specified, the default is 1000.
- Add filter: Narrows down the query results by excluding entries that do not meet the selected criteria. Filters control which results are returned, while the default output format — which includes only
Time,Session Id,Status,Recommendations, andRejection Description— remains unchanged. To extend the output with personally identifiable information, the "Include PII" filter must be explicitly set toTRUE.Application ID Names or IDs: Includes sessions related to specific applications. Choose from the list or specify IDs using an expression.
End Date: Sets the latest date in the custom time range.
Start Date: Sets the earliest date in the custom time range.
Verification Status: Filters by one or more document verification outcomes:
ErrorPendingRejectedResubmitSuccessUncertain
Session Status: Filters by one or more session lifecycle states:
CapturingCompleteErrorExpiredPendingProcessingRecapture
Rejection Reason Names or IDs: Includes sessions with selected rejection reasons. Choose from the list or specify their IDs using an expression.
Data Extraction FailedData Validation FailedData Comparison FailedMrz Check Digits InvalidFace TamperingFace Not FoundMissing Security FeaturesDocument TamperingWrong FontDocument DamagedDocument Template MismatchPresentation AttackBiometric MismatchAge MismatchGender MismatchScreen CapturePrinted Copy CapturePrinted CutoutMask DetectedInjection Attack DetectedSelfie Liveness AttackMultiple Faces DetectedMultiple Same Identity AttemptsPrevious Document FraudPrevious Face FraudRepeated Face Fraud
Include PII: If enabled, includes personally identifiable information (PII) in the response. When this is selected, the default session metadata is omitted from the results. Data includes:
Full NameDate Of BirthGive NameSurnameNational IdGenderAddressCountryRegionDocument IdTypeValid FromValid UntilDocument Name
When the node is executed, it retrieves a list of Identity Verification sessions that match the selected filters. Each session is returned as a table row, a JSON object within an array, or a schema item—depending on how the data is used downstream. The output includes the default metadata (if Include PII is not selected) and any additional metadata specified through filters.