cURL
curl --request GET \ --url https://api.bland.ai/v1/memory/{memory_id} \ --header 'authorization: <authorization>'
{ "data": { "memory_id": "12345678-1234-1234-1234-123456789012", "name": "Customer Support", "created_at": "2025-07-20T23:32:19.840Z", "users": [ { "phone_number": "+12345678900", "created_at": "2025-07-21T07:09:04.372Z", "call_count": 0, "metadata": "25 year old customer from New York", "last_call_at": null, "summary": "Previous call discussion was on the topic of startups" } ] }, "errors": null }
Retrieve detailed information about a specific memory.