Skip to main content
GET
List Sessions
Returns a paginated list of verification sessions. By default, returns sessions created by the authenticated user. Use query parameters to list by organization or filter by external ID.

Request

Headers

Query parameters

Query modes are evaluated in priority order: external_id > workflow_id > by_organization > default sender-based query.

Example requests

List your sessions (default)

List all organization sessions

Filter by workflow ID

Filter by external ID

Response

200 — Success

The user, sender_user, and resource_links fields are only returned when retrieving a single session by ID. List responses include the session_record fields only.

Pagination

To fetch the next page of results, pass the next_token from the response as a query parameter:
Continue paginating until next_token is null.

Error responses