curl --request GET \
--url https://api.getcargo.io/v1/ai/memories/list \
--header 'Authorization: Bearer <token>'{
"memories": [
{
"mem0Id": "<string>",
"content": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"scope": "<string>",
"workspaceUuid": "<string>"
}
]
}List all AI memories. Query params: scope (workspace|user|agent), agentUuid (required when scope=agent)
curl --request GET \
--url https://api.getcargo.io/v1/ai/memories/list \
--header 'Authorization: Bearer <token>'{
"memories": [
{
"mem0Id": "<string>",
"content": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"scope": "<string>",
"workspaceUuid": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?