---
title: "List Jobs"
method: GET
path: "/organizations/{orgId}/dataexports/jobs"
tags: ["ExportJob"]
---

# List Jobs

`GET /organizations/{orgId}/dataexports/jobs`

Retrieve a list of Export Job entities.

## Path parameters

- `orgId` string, required

## Query parameters

- `ids` string[]
- `scheduleId` string
- `status` 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED'
- `dateCreatedStart` string
- `dateCreatedEnd` string
- `pageSize` integer
- `nextToken` string

## Response `200`

Returns a list Export Job entities

- PaginatedJobResponseData
  - `data` JobResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

---

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