---
title: "Retrieve a bill attachment by ID"
method: GET
path: "/v1/bills/attachments/{bill_attachment_id}"
tags: ["Bill Attachments"]
---

# Retrieve a bill attachment by ID

`GET /v1/bills/attachments/{bill_attachment_id}`

## Path parameters

- `bill_attachment_id` string, uuid, required

## Response `200`

A single bill attachment

- BillAttachmentSchema
  - `id` string, uuid, required — Unique identifier for the bill attachment.
  - `name` string, required — The file name of the bill attachment.
  - `file_url` string, required — The URL of the bill attachment. This URL is presigned and will expire after 4 hours.
  - `bill` ReferenceSchemaBillSchema, required
    - `id` string, uuid, required — Unique identifier for the referenced entity.
  - `created_at` string, date-time, required — The datetime that the bill attachment was uploaded to Float.

## Other responses

- `404` — Bill attachment 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)
