Get record
get_recordRetrieve a PocketBase record by ID, optionally expanding relations and selecting specific fields.
Instructions
Fetch a single record by id, optionally expanding relations and selecting specific fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record id. | |
| expand | No | Comma-separated relations to expand. | |
| fields | No | Comma-separated fields to return. | |
| collection | Yes | Collection id or name. |