---
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 an object format.

## Other responses

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

---

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