Get one record by key
catalog_getRetrieve a single record from a JSON catalog by its id. Returns the record and a found flag, enabling direct access to specific items.
Instructions
Fetch a single record by its key field ("id"). Returns { found, record }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Value of the record's "id" field. Numbers are matched loosely. | |
| fields | No |