---
title: "Get URL for note attachment"
method: GET
path: "/v1/notes/getFileUrl/{id}"
tags: ["Note"]
---

# Get URL for note attachment

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

Generates and returns a signed URL to access the file attachment associated with a specific note. The URL may be temporary and require authentication. If the note has no file attachment or the user doesn't have permission to access it, an empty URL will be returned. The system handles file permissions and may create copies for shared access.

## Path parameters

- `id` string, required

## Response `200`

File URL successfully generated

- FileResponse
  - `url` string

## Other responses

- `401` — Authentication required - User is not authorized to access this file
- `404` — Note 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/versions/fbe59bacb638/schema)
