Get a record
knack_get_recordFetch a single record by id. Knack API: GET /objects/{object_key}/records/{record_id}. Returns the bare record (with both field_x and field_x_raw values).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | The record id (a hex string returned by Knack). | |
| objectKey | Yes | The Knack object (table) key, e.g. "object_1". |