Retrieve details of a specific event by ID, including status and payload for async memory operations.
Retrieve details about a specific event by passing itsDocumentation Index
Fetch the complete documentation index at: https://docs.mem0.ai/llms.txt
Use this file to discover all available pages before exploring further.
event_id. This endpoint is particularly helpful for tracking the status, payload, and completion details of asynchronous memory operations.
For POST /v3/memories/add/, the event confirms that the write pipeline completed. Temporal reasoning enrichment runs asynchronously by default, so the event may be SUCCEEDED slightly before temporal ranking signals are available to subsequent search calls.API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
The unique identifier of the event (UUID).
Successfully retrieved event details.
The unique identifier of the event.
The type of event (e.g., ADD, SEARCH).
The current status of the event.
PENDING, RUNNING, FAILED, SUCCEEDED The original payload associated with the event.
Additional metadata associated with the event.
Array of results produced by the event.
Timestamp when the event was created.
Timestamp when the event was last updated.
Timestamp when event processing started.
Timestamp when event processing completed.
Processing time in milliseconds.