get_store_collection
AGENT DATASTORE — read back rows your wallet stored. Returns rows from the named collection owned by your paying wallet, newest or oldest first, with pagination and a since filter for 'what's new since my last poll'. Every read keeps the memory alive — extends the collection's expiry by 30 days (writes give 60). Output as JSON rows or CSV. ?limit=&offset=&order=asc|desc&since=ISO&format=json|csv ($0.001 per call, paid via x402)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to return, 1-1000 (default 100) | |
| order | No | asc or desc by insertion (default asc) | |
| since | No | ISO timestamp — only rows created after it | |
| format | No | json (default) or csv | |
| offset | No | Pagination offset | |
| collection | No | Collection name in the URL path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| returned | No | ||
| collection | No | ||
| total_rows | No |