---
title: "Get Export Items"
method: GET
path: "/v2/export-items"
tags: ["Export Items (v2)"]
---

# Get Export Items

`GET /v2/export-items`

An export item = an accounting entry that has been transformed into an exportable entry.
The required accounting and bookkeeping information is aggregated from an accounting entry to become an export item. Use this endpoint to retrieve a list of export items that have been selected for export. Please note that you can retrieve list of export items only from `pending` and `in_progress` export jobs.

## Query parameters

- `job_id` string, uuid
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Export Items retrieved successfully.

## Other responses

- `422` — Export Job has finished. Only Export Items from running jobs can be retrieved.

---

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