store_list
List records from a SOIL collection, oldest first, with pagination and metadata. Use cursor to fetch next pages, limit to cap page size.
Instructions
Return live records in one SOIL collection, oldest first, each with
_id/_created/_updated metadata. Paginated: returns {items, next_cursor}
ā pass the returned next_cursor as cursor to fetch the next page
(next_cursor is null on the last page). limit caps page size
(default 50). Use store_search for filtered results, store_collections
to discover collection names. Read-only; confined to your store_scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| app_id | Yes | ||
| cursor | No | ||
| collection | Yes |