List Documents
assinafy_list_documentsList documents in an Assinafy workspace with optional pagination, search, sort, and status filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | page number (1-based) | |
| sort | No | name or updated_at; prefix with - for descending | |
| search | No | partial match on document name or signer | |
| status | No | document status filter | |
| per_page | No | number of results per page (max 100) | |
| account_id | No | account ID; uses request routing if omitted |