List all memories for your organization. Optionally filter by agent_id or run_id.
curl --request GET \
--url https://api.case.dev/memory/v1 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"memory": "<string>",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
]
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/memory/v1 \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"memory": "<string>",
"metadata": {},
"created_at": "2023-11-07T05:31:56Z"
}
]
}