List documents
list_documentsList documents in a collection, oldest first. Response shape: {collection, items: [{id, data, created_at, updated_at}], next_cursor}. Documents live under .data. Pass cursor to page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | The database URL returned at creation (or its bare s-... capability). | |
| limit | No | ||
| cursor | No | next_cursor from the previous page. | |
| collection | Yes | Collection name (created implicitly on first write). |