---
title: "Create a new export"
method: POST
path: "/v2/exports"
tags: ["Exports"]
---

# Create a new export

`POST /v2/exports`

Create a new export by selecting an export type and a start and end date. The available export names are CUSTOMER_SCREENING, CUSTOMER, SCREENING_AND_MONITORING_CASES, PROFILES, PAYMENT_SCREENING_CASES, TRANSACTION_MONITORING_CASES_AND_ALERTS, TRANSACTIONS.


You need the "View and download insights" permission to use this endpoint.

## Request body

- ExportsCreateExportPayload
  - `end_date` string, date-time, nullable — Export data end date
  - `export_name` string, required — Export name, created by customer
  - `export_type_key` string, required — Export type key
  - `start_date` string, date-time, nullable — Export data start date

## Response `201`

Export successfully created

- ExportsExportItem
  - `created_at` string, date-time, required — Export creation time
  - `export_name` string, required — Export name, created by customer
  - `export_type_key` string, required — Export type key
  - `identifier` string, uuid, required — Export type id
  - `status` string, required — Export status
  - `window_end_time` string, date-time, nullable — Export data end date
  - `window_start_time` string, date-time, nullable — Export data start date

## Other responses

- `400` — Bad request

---

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