event_id. This endpoint is particularly helpful for tracking the status, payload, and completion details of asynchronous memory operations.Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
The unique identifier of the event (UUID).
Response
Successfully retrieved event details.
The unique identifier of the event.
The type of event (e.g., ADD, SEARCH).
The current status of the event.
Available options:
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.