job cfd375c5-3e01-4b57-a701-3142cd0152ec
| endpoint | POST /recall |
status | 200 |
|---|---|---|---|
| holder | agent:ajax |
session | football-app-bob-2026 |
| elapsed | 15 ms | model | — |
| facts | — | rows returned | 0 |
| prompt tokens | — | completion tokens | — |
| total tokens | — | error | — |
request body
{
"action": "read_content",
"holder": "agent:ajax",
"limit": 15,
"min_maturity": 0,
"permitted_only": true,
"polarity": "asserted",
"query": "football",
"session_id": "football-app-bob-2026"
}response body
{
"action": "read_content",
"holder": "agent:ajax",
"modules_used": [
"mem:module/episodic",
"mem:module/preference",
"mem:module/semantic-claim"
],
"policy_report": {
"default_action": "read_content",
"permitted_only": true
},
"row_count": 0,
"rows": []
}