---
title: "Get uploaded file"
method: GET
path: "/v2/uploads/{key}"
tags: ["Upload"]
---

# Get uploaded file

`GET /v2/uploads/{key}`

Get an uploaded file by key.

## Path parameters

- `key` string, required

## Response `200`

- object
  - `url` string — Uploaded resource URL. **The file pointed by this URL is treated as PII/PHI*
  - `user_id` string — User Id.
  - `room_id` string — Room Id.
  - `session_id` string — Session Id.
  - `upload_type` string — Uploaded file type.
  - `creation_date` string, date-time — Creation date of the uploaded file.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Uploaded file not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
