Get Row
get_rowFetch a single row by its key from a v2 app collection, through a dedicated relay route rather than a client-side scan. Returns { row }, or an isError row_not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The key of the row to fetch. | |
| app_id | Yes | The app id. | |
| collection | Yes | The collection name. |