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

# Get Export Items

`GET /v3/export-items`

An export item = an accounting entry transformed into an exportable entry. The accounting and bookkeeping information is collected from an accounting entry to form an export item.

•  A request to this endpoint retrieves a list of export items selected for export.

•  Please note that you can retrieve a 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

- `400` — Contra accounts are not fully configured. Please map contra accounts in the Accounting settings. Export items cannot be retrieved until all Pleo accounts have corresponding contra accounts configured in the ERP/accounting system.
- `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)
