---
title: "Get all receipts of an accounting entry."
method: GET
path: "/v1/accounting-entries/{accountingEntryId}/receipts"
tags: ["accounting-entries"]
---

# Get all receipts of an accounting entry.

`GET /v1/accounting-entries/{accountingEntryId}/receipts`

## Path parameters

- `accountingEntryId` string, uuid, required

## Query parameters

- `source` ReceiptSource[]
- `file_type` 'EMBED' | 'ORIGINAL' | 'THUMBNAIL' | 'PREVIEW' — `ORIGINAL`: The original file as it was uploaded. `THUMBNAIL`: Representation of the original file in a small image. `PREVIEW`: Display of the original file in a concise format.
- `before` string
- `after` string
- `limit` integer — The maximum amount of items to return. Never returns more than 100 items
- `sorting_order` PageOrder[]
- `sorting_keys` ReceiptsSortingKeys[]

## Response `default`

default response

---

[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/revisions/c70cd21dc330/schema)
