List documents
list_documentsRetrieve or browse Outline wiki documents, optionally filtered by collection or parent, with sorting and pagination. Returns IDs, titles, URLs, and timestamps only—no content.
Instructions
List documents, optionally filtered by collection and/or parent document. Returns id, title, url and timestamps (no bodies). Sorted by most recently updated by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | updatedAt | |
| limit | No | ||
| offset | No | ||
| direction | No | DESC | |
| collectionId | No | Only documents in this collection | |
| parentDocumentId | No | Only direct children of this document |