---
title: "Export invoice information"
method: GET
path: "/export"
tags: ["Data export"]
---

# Export invoice information

`GET /export`

This endpoint allows you to download any set of invoices (either sales or expenses) from your company

Additional filters (with same parameters as for listing invoices) may be applied to reduce the amount of documents requested.

## Query parameters

- `exportFileType` 'Excel' | 'JPK_FA' | 'PDF', required
- `exportType` 'SALES' | 'PROCESSED_EXPENSES', required

## Response `200`

Returns a pre-signed URL with requested data file

- object
  - `result` string
  - `data` string — Pre-signed URL that allows us to download the file requested

## Changes

> 4 revisions in range; 1 could not be searched.

- **2024-08-26** `64c683372c45` — 1 info
  - endpoint added
- **2024-08-26** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/altera-co/apis/openapi/changes/export/get.md)

---

[API](https://skmtc.dev/altera-co/apis/openapi.md) · [All operations](https://skmtc.dev/altera-co/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/altera-co/openapi/revisions/39a4dd6ca527/schema)
