list_sessions
List FaceSign sessions with optional filtering by status, date range, and search term. Supports pagination via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max sessions to return (1-100, default 10) | |
| cursor | No | Pagination cursor from a previous response | |
| flowId | No | Filter sessions by flow ID | |
| search | No | Search term to filter sessions | |
| sortBy | No | Field to sort by | |
| status | No | Filter by session status | |
| toDate | No | End of date range (Unix timestamp in ms) | |
| fromDate | No | Start of date range (Unix timestamp in ms) | |
| sortOrder | No | Sort direction | |
| clientReferenceId | No | Filter by client reference ID |