curl --request GET \
--url https://api.bland.ai/v1/memory \
--header 'authorization: <authorization>'
{
"data": {
"memories": [
{
"id": "12345678-1234-1234-1234-123456789012",
"created_at": "2025-07-20T23:32:19.840Z",
"user_id": "87654321-4321-4321-4321-210987654321",
"name": "Customer Support",
"memory_duration": null
}
]
},
"errors": null
}
Retrieve all memories associated with your account.
curl --request GET \
--url https://api.bland.ai/v1/memory \
--header 'authorization: <authorization>'
{
"data": {
"memories": [
{
"id": "12345678-1234-1234-1234-123456789012",
"created_at": "2025-07-20T23:32:19.840Z",
"user_id": "87654321-4321-4321-4321-210987654321",
"name": "Customer Support",
"memory_duration": null
}
]
},
"errors": null
}
{
"data": {
"memories": [
{
"id": "12345678-1234-1234-1234-123456789012",
"created_at": "2025-07-20T23:32:19.840Z",
"user_id": "87654321-4321-4321-4321-210987654321",
"name": "Customer Support",
"memory_duration": null
}
]
},
"errors": null
}