---
title: "Get expense file URL"
method: GET
path: "/v1/expenses/getFileUrl/{id}"
tags: ["Expense"]
---

# Get expense file URL

`GET /v1/expenses/getFileUrl/{id}`

Retrieves a signed URL for downloading the file attachment associated with the expense. The URL is time-limited and secure.

## Path parameters

- `id` string, required

## Response `200`

File URL response

- FileResponse
  - `url` string

## Other responses

- `401` — Not authorized
- `404` — Expense or file not found

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/5bc49bf02dad/schema)
