---
title: "Get a list of Export Jobs"
method: GET
path: "/v2/export-jobs"
tags: ["Export API (v2)"]
---

# Get a list of Export Jobs

`GET /v2/export-jobs`

Fetch a list of export jobs.

## Query parameters

- `company_id` string, uuid
- `status` 'pending' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors', nullable
- `statuses` string[]
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

List of export jobs. If no jobs are found, an empty list is returned.

---

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