---
title: "Get Upload Links Endpoint"
method: GET
path: "/getUploadLinks"
---

# Get Upload Links Endpoint

`GET /getUploadLinks`

Upload links for a project, scoped to what the caller is allowed to see.

Two capabilities (migration 028):
  * settings.manage.uploadLinks -> every link in the project (the timetable / manager view)
  * uploadLinks.viewAssigned    -> ONLY the links assigned to them, read-only

Before this, any project member got every link — so a photographer could see the whole
shooting schedule and everyone else's tokens.

## Query parameters

- `projectId` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pavoot/apis/fastapi.md) · [All operations](https://skmtc.dev/pavoot/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pavoot/fastapi/revisions/16997cca6697/schema)
