documents_list
List documents in a Yonote workspace, applying filters for collection, user, parent document, and more. Use pagination and sorting to navigate results.
Instructions
List documents. Filter by collection, user, or other criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field | |
| limit | No | Number of results (default 25) | |
| offset | No | Pagination offset | |
| userId | No | Filter by user ID | |
| nextPath | No | Next page path for pagination | |
| template | No | Filter templates | |
| direction | No | Sort direction | |
| collectionId | No | Filter by collection ID | |
| parentDocumentId | No | Filter by parent document ID | |
| backlinkDocumentId | No | Filter by backlink document ID |