Skip to main content
POST
Python
Retrieve the latest structured memory export after submitting an export job. You can filter the export by user_id, agent_id, app_id, run_id, created_at, or updated_at to get the most recent export matching your filters.

Authorizations

Authorization
string
header
required

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Body

application/json
memory_export_id
string

The unique identifier of the memory export.

filters
object

Filters to apply while exporting memories. Available fields are: user_id, agent_id, app_id, run_id, created_at, updated_at.

org_id
string

Filter exports by organization ID.

project_id
string

Filter exports by project ID.

Response

Successful export.

Export data response in an object format.