---
title: "Start an ad-hoc full export of all active issues"
method: POST
path: "/cleanse-export/start"
tags: ["Cleanse Export"]
---

# Start an ad-hoc full export of all active issues

`POST /cleanse-export/start`

The export runs in a long-running background task with a distributed lock
to prevent concurrent exports. Progress can be tracked via the returned
export ID. Unlike the export phase of a cleanse analysis (which is
incremental), this always exports all active issues. It does NOT update
the incremental-export timestamp and does NOT send email notifications.

## Response `202`

Export started successfully

- StartExportResponse
  - `exportId` string, required — Unique identifier for the started export operation. Use this to poll progress.
  - `status` string, required — Initial status of the export (Pending).
  - `message` string, required
  - `startedAtUtc` string, date-time

## Other responses

- `409` — An export is already running

---

[API](https://skmtc.net/defra/apis/keeper-data-bridge-api.md) · [All operations](https://skmtc.net/defra/apis/keeper-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/keeper-data-bridge-api/versions/0ab7d7a7a24f/schema)
