v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-028581251.8 KB
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

uploadIdstring required

The upload ID returned by place.stream.media.createUpload.

The upload ID returned by place.stream.media.createUpload.

Response

Success

statusstring required

Current processing status of the upload.

progressinteger

Processing progress percentage (0-100). Only meaningful when status is 'processing'.

durationMsinteger

Duration of the processed video in milliseconds. Present when status is 'done'.

errorstring

Error message. Present when status is 'error'.