pb_view_record
Fetch a single record from a collection by its ID, with option to expand related relations.
Instructions
Retrieve a single record from a collection by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Comma-separated relations to expand | |
| recordId | Yes | The ID of the record to retrieve | |
| collectionIdOrName | Yes | The name or ID of the collection |