baasix_get_item
Retrieve a single item by ID from a Baasix collection, optionally including related data. Specify fields to return for precise record fetching.
Instructions
Get a specific item by ID from a collection, optionally including related data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item ID (UUID) | |
| fields | No | Fields to return. Use ["*", "relation.*"] to include relations | |
| collection | Yes | Collection name |