Get a document
get_documentRead one document by id. The stored fields are under .data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | The database URL returned at creation (or its bare s-... capability). | |
| id | Yes | Document id (doc_...). | |
| collection | Yes | Collection name (created implicitly on first write). |