store_get
Retrieve a record by its exact ID from a SOIL collection, including metadata, or receive a not_found error if the ID is missing or soft-deleted.
Instructions
Read one record from a SOIL collection by its exact ID. Returns the stored record plus _id/_created/_updated/_deviation/_action metadata, or {error: not_found} if the ID is absent or soft-deleted. Read-only; confined to your store_scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| record_id | Yes | ||
| collection | Yes |