---
title: "Export data based on filters"
method: POST
path: "/v1/exports/get"
tags: ["exports"]
---

# Export data based on filters

`POST /v1/exports/get`

Get the latest memory export.

## Request body

- object
  - `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.
    - `user_id` string
    - `agent_id` string
    - `app_id` string
    - `run_id` string
    - `created_at` string
    - `updated_at` string
  - `org_id` string — Filter exports by organization ID
  - `project_id` string — Filter exports by project ID

## Response `200`

Successful export

- object — Export data response in a object format

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/thuir/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/thuir/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thuir/mem0-api-docs/revisions/f569857d13db/schema)
