Get Record
get_recordFetch a single record row by its key from a Pane collection. Returns the record or an error if not found.
Instructions
Fetch a single record row by its key from a pane collection (scans the collection — fine for a one-off lookup, not a hot loop). Returns { record } or an isError record_not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane_id | Yes | The pane id. | |
| collection | Yes | The record collection name. | |
| record_key | Yes | The key of the record to fetch. |