---
title: "Get the processing status of a previously created upload. Only accessible by the DID that created the upload."
method: GET
path: "/xrpc/place.stream.media.getUploadStatus"
tags: ["place.stream.media"]
---

# Get the processing status of a previously created upload. Only accessible by the DID that created the upload.

`GET /xrpc/place.stream.media.getUploadStatus`

## Query parameters

- `uploadId` string, required — The upload ID returned by place.stream.media.createUpload.

## Response `200`

Success

- object
  - `status` string, required — Current processing status of the upload.
  - `progress` integer — Processing progress percentage (0-100). Only meaningful when status is 'processing'.
  - `tracks` PlaceStreamMediaGetUploadStatusTrackRef[] — Published track records. Present when status is 'done'.
    - `uri` string, uri, required
    - `cid` string, required
  - `durationMs` integer — Duration of the processed video in milliseconds. Present when status is 'done'.
  - `error` string — Error message. Present when status is 'error'.

## Other responses

- `400` — Bad Request

## Changes

- **2026-05-20** `d57562236fa5` — 1 info
  - added the optional property `progress` to the response with the `200` status
- **2026-05-20** `3e9273785059` — 1 info
  - endpoint added
- **2026-01-21** `b21cd7605630` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.media.getUploadStatus/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
