get_item
Retrieve a single item by ID from a collection. Optionally specify fields and deep query for relational data.
Instructions
Get a single item by ID from a collection. Optionally specify fields to return and deep query for relational data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| id | Yes | Item ID | |
| fields | No | Fields to return | |
| deep | No | Deep query for relational data |