> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envole.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Context Memory Notifications

Notifications about problems retrieving stored context or memories.
Subscribe to detect and debug memory-related failures.

### `NOTIFICATION_CONTEXT_MEMORIES_RETRIEVAL_FAILED`

Retrieval of context memories failed.

```json theme={null}
{
  "type": "NOTIFICATION_CONTEXT_MEMORIES_RETRIEVAL_FAILED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "retrieval of context memories failed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```
