host.docs.list
List documents in this tenant's document store. Without since, returns the current live snapshot; with since (a watermark from host.docs.status, 0 for everything), returns every document changed since, including deleted ones (deleted: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max documents to return; default 100. | |
| since | No | Return documents changed since this watermark (a host.docs.status seq); omit for the current live snapshot only. | |
| cursor | No | Opaque pagination cursor from a previous list call's next_cursor. | |
| prefix | No | Only list documents whose name starts with this prefix. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |