---
title: "Get export jobs"
method: GET
path: "/api/export/jobs"
tags: ["export"]
---

# Get export jobs

`GET /api/export/jobs`

Return a list of recent export jobs. Only includes jobs for the current project and not other projects.

## Query parameters

- `jobState` string

## Response `200`

successful operation

- JobsResponse
  - `jobs` JobModel[] — The list of jobs
    - `bytesExported` integer — Number of bytes exported
    - `dataTypeName` ClientDataType
      - `send` boolean, required
      - `updatable` boolean, required
    - `endTime` string, date-time — The time at which the job completed or failed
    - `id` integer — The ID of the job
    - `jobState` JobState, required
      - `final` boolean, required
    - `scheduledStartTime` string, date-time — The earliest time the job can start

---

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