---
title: "List export jobs"
method: GET
path: "/public/v2/export-jobs/"
tags: ["Data Exports"]
---

# List export jobs

`GET /public/v2/export-jobs/`

Retrieve a paginated list of export jobs for the organization, most recent first.

## Query parameters

- `status` PublicExportJobStatus[], nullable — Filter by public status.
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicExportJobSchemaOut
  - `items` PublicExportJobSchemaOut[], required
    - `id` integer, required
    - `integration_id` integer, nullable — ID of the destination integration the export runs through.
    - `status` 'pending' | 'running' | 'completed' | 'failed', required — The four states a caller needs; the internal pipeline states collapse onto these.
    - `error` string, nullable — Set only when `status` is `failed`.
    - `created_at` string, date-time, required
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable
  - `count` integer, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-08-28** `48edcb3acb74` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/export-jobs/get.md)

---

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