---
title: "GET /uploads/{upload_id}"
method: GET
path: "/uploads/{upload_id}"
---

# GET /uploads/{upload_id}

`GET /uploads/{upload_id}`

Get the status of the given upload session

## Path parameters

- `upload_id` string, required

## Headers

- `X-API-Version` '1.0.0'

## Response `200`

Information about the upload session for upload_id

- GetUploadsWithUploadIdResponseSchema
  - `upload_id` string, required — The unique upload session identifier to use for uploading the file
  - `offset` integer — This is a zero-based numeric index of byte number in which the current upload session to be resuming upload from

---

[API](https://skmtc.net/meta-llama/apis/llama-api-specification.md) · [All operations](https://skmtc.net/meta-llama/apis/llama-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meta-llama/llama-api-specification/versions/edf0a308dd29/schema)
