fetch_record
Retrieve a single record from a PocketBase collection using its unique ID. Specify the collection name and record ID to access data directly.
Instructions
Fetch a single record from a PocketBase collection by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | The name or ID of the PocketBase collection. | |
id | Yes | The ID of the record to fetch. |