---
title: "Get Export Job Items"
method: GET
path: "/v2/export-jobs/{jobId}/items"
tags: ["Export API (v2)"]
---

# Get Export Job Items

`GET /v2/export-jobs/{jobId}/items`

An export job item tracks the export progress of a specific accounting entry in an export job.
Use this endpoint to retrieve a list of export job items that you want to track.

## Path parameters

- `jobId` string, uuid, required — Enter the specific export job ID to retrieve details about the job items included in this export job.

## Query parameters

- `status` 'pending' | 'in_progress' | 'failed' | 'successful' | 'abandoned', nullable
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Export job items found.

## Other responses

- `404` — Export job not found.

---

[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)
