List documents
list_documentsRetrieve your e-signature documents ordered by newest, with optional status filter. Supports pagination and identifies declined envelopes.
Instructions
List the sender's documents, newest first, optionally filtered by status. Each row carries declined_by (name, email, reason) when a signer declined — such envelopes have status 'cancelled', but ALWAYS report them to the human as declined, with the reason. Paginate with limit/offset (limit max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No | 'declined' is a virtual filter: envelopes voided by a signer's decline (their stored status is 'cancelled') |