---
title: "Get Upload"
method: GET
path: "/v1/buckets/{bucket_identifier}/uploads/{upload_id}"
tags: ["Bucket Uploads"]
---

# Get Upload

`GET /v1/buckets/{bucket_identifier}/uploads/{upload_id}`

Retrieve an upload by its ID.

    Use this to check upload status, get S3 key, or retrieve created object_id after confirmation.

    **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs (default: false).
    The presigned URLs expire after 1 hour and allow direct download from S3.

## Path parameters

- `bucket_identifier` string, required — The unique identifier of the bucket
- `upload_id` string, required — The unique identifier of the upload

## Query parameters

- `return_presigned_urls` boolean — Generate fresh presigned download URLs for all blobs with S3 storage

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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