List / find transactions
list_transactionsRetrieve transactions filtered by status, signer, document group, or date range with cursor pagination for reviewing signing history or specific transaction details.
Instructions
Search transactions by status, signer external ID, document group, or date range (cursor pagination). Use this to find a transaction or check signing history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | Filter by transaction status (e.g. PENDING, COMPLETED, CANCELLED). | |
| endDate | No | ISO date upper bound. | |
| nextToken | No | Pagination token from a previous response. | |
| startDate | No | ISO date lower bound. | |
| userExternalId | No | Filter by signer external ID. | |
| documentGroupId | No |