store_get
Retrieve a stored record by its exact ID. Returns the record with metadata, or an error if the ID is missing or soft-deleted. Read-only access within your scope.
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 |