---
title: "Get Upload"
method: GET
path: "/api/v1/uploads/{upload_id}"
tags: ["uploads"]
---

# Get Upload

`GET /api/v1/uploads/{upload_id}`

Get upload session status.

## Path parameters

- `upload_id` string, required

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- UploadResponse — Upload session as returned from the API.
  - `id` string, required
  - `project_id` string, required
  - `status` 'initiating' | 'uploading' | 'detecting' | 'converting' | 'reviewing' | 'registering' | 'completed' | 'failed', required
  - `transfer_method` string
  - `file_count` integer
  - `total_bytes` integer
  - `bytes_uploaded` integer
  - `raw_prefix` string, nullable
  - `processed_prefix` string, nullable
  - `user_metadata` object, nullable
  - `detected_metadata` object, nullable
  - `is_categorical` boolean
  - `target_collection_id` string, nullable
  - `error_message` string, nullable
  - `error_step` string, nullable
  - `checksum_crc32c` string, nullable
  - `created_by` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

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

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
