List verification sessions with flexible filtering
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | number | No | 50 | Number of sessions to return (1–500) |
next_token | string | No | — | Pagination token from a previous response |
start_date | string | No | — | Filter sessions created on or after this date (ISO 8601) |
end_date | string | No | — | Filter sessions created on or before this date (ISO 8601) |
by_organization | boolean | No | false | When true, returns all sessions for your organization instead of only those you created |
external_id | string | No | — | Filter sessions by your external reference ID |
workflow_id | string | No | — | Filter sessions by workflow ID |
external_id > workflow_id > by_organization > default sender-based query.| Field | Type | Description |
|---|---|---|
sessions | array | Array of session objects (see Retrieve Session for full field reference) |
next_token | string | null | Pagination token to fetch the next page. null when no more results |
next_token from the response as a query parameter:
next_token is null.
| Status | Description |
|---|---|
400 Bad Request | Invalid query parameters (e.g., limit out of range, invalid date format, invalid next_token) |
401 Unauthorized | Missing or invalid API key |
429 Too Many Requests | Rate limit exceeded |