store_list
Fetch live records from a collection, oldest first, with pagination. Pass the returned cursor to retrieve subsequent pages.
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 |