2s.io Agent Memory List is a paid API for AI agents from 2s.io, paid per call via x402, $0.001200/call, status unknown (last checked 2026-09-15).
Lists keys in the calling agent's memory namespace with cursor pagination, returning metadata only (key, etag, size, timestamps) newest-first.
The (most) everything API: one pay-per-call API giving AI agents ground-truth data across hundreds of endpoints — public records, finance, crypto, security, legal, health, geo, and EDI. USDC via x402, no signup, no API keys.
Returns a paginated list of memory key metadata objects (key name, etag, sizeBytes, createdAt, updatedAt) sorted newest-first, plus a nextCursor string to fetch the next page. Does not return the stored values themselves — use agent.memory.get for values.
GEThttps://2s.io/api/agent/memory/listUse this endpoint when an agent needs to enumerate or discover what keys exist in its own memory namespace before deciding which entries to fetch, delete, or update. Prefer this over agent.memory.get when you don't know the exact key name and need to search or browse by prefix.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 50,
"prefix": "session_"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"items": [],
"nextCursor": null
},
"meta": {
"cost": {
"usd": 0.0012,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "agent.memory.list",
"settlement": {
"txHash": "0x1b154398b515f076b5034562c706df0b1b2718decbb76d3b67f281ec690f7d7f",
"network": "eip155:8453",
"success": true
}
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"