Skip to main content
GET
/
ai
/
memories
/
list
List memories
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

memories
Memories · object[]
required

List of memories.