---
title: "Retrieve a single receipt by ID"
method: GET
path: "/v1/receipts/{receipt_id}"
tags: ["Receipts"]
---

# Retrieve a single receipt by ID

`GET /v1/receipts/{receipt_id}`

## Path parameters

- `receipt_id` string, uuid, required

## Response `200`

A single receipt

- ReceiptSchema
  - `id` string, uuid, required — Unique identifier for the receipt.
  - `user` EmailReferenceSchemaUserSchema
    - `id` string, uuid, required — Unique identifier for the referenced entity.
    - `email` string, required — Email of the referenced entity.
  - `image_url` string, required — URL of the receipt image.
  - `transactions` ReferenceSchemaCardTransactionSchema[], required — List of transactions associated with the receipt.
    - `id` string, uuid, required — Unique identifier for the referenced entity.
  - `created_at` string, date-time, required — Timestamp when the receipt was uploaded to Float.

## Other responses

- `404` — Receipt not found

---

[API](https://skmtc.dev/floatfinancial/apis/float-public-api.md) · [All operations](https://skmtc.dev/floatfinancial/apis/float-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floatfinancial/float-public-api/revisions/a3c42eb1b312/schema)
