---
title: "Get expense receipts"
method: GET
path: "/expenses/{expenseId}/receipts"
tags: ["Receipts"]
deprecated: true
---

# Get expense receipts

`GET /expenses/{expenseId}/receipts`

> **Deprecated.**

## Path parameters

- `expenseId` string, required

## Response `200`

An array of receipts info with the download URL will be returned.

- object[]
  - `id` string, required — The unique UUID identifier of the receipt
  - `name` string, required — File name of the receipt
  - `url` string, required — Download URL of the receipt (remains valid for 15 hours)
  - `mimeType` string, required — Mime type of the file
  - `size` number, required — Size of the file in KB

## Other responses

- `401` — request unauthorized
- `403` — Request forbidden; user has insufficient rights to a resource.
- `404` — route not found
- `500` — Something went wrong. Please contact the administrator if problems persist.

---

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