list_sessions
List verification sessions for an IDnow flow, newest first. Returns session IDs, statuses, outcomes, and creation times to locate a session for full details.
Instructions
List verification sessions for a flow, newest first. If flowId is omitted, the account's first available flow is used automatically. Returns each session's sessionId, sessionStatus (CREATED/RUNNING/COMPLETED/EXPIRED/ABORTED/ERROR), outcome, and createdAt. Use this to find the sessionId of a session you just created, then pass it to get_session for full detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | No | Flow id to list sessions for; if omitted, the first flow from list_flows is used | |
| status | No | Status filter, e.g. RUNNING, COMPLETED, EXPIRED |