Agent Memory List API is a paid API for AI agents from agent-memory-api.johntaylor1online.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).
Lists stored memories for an AI agent from persistent agent memory storage, returning scored memory entries
x402-powered API: agent-memory-api
Returns a JSON array of memory entries, each containing a relevance score (e.g. 0.95) and the memory content string. Example: {memories: [{score: 0.95, content: 'Memory recall works'}]}
POSThttps://agent-memory-api.johntaylor1online.workers.dev/memory/listUse this endpoint when an AI agent needs to enumerate all persisted memories from its long-term storage, especially to audit, review, or surface context before a task. Prefer this over a semantic search/query endpoint when you want the full unfiltered list rather than relevance-ranked results for a specific query.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| outputrequired | object |
{
"type": "json",
"example": {
"memories": [
{
"score": 0.95,
"content": "Memory recall works"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
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"