Skip to content

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

GET
/xrpc/place.stream.media.getUploadStatus
uploadId
required

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

string

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

Success

object
status
required

Current processing status of the upload.

string
progress

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

integer
<= 100
tracks

Published track records. Present when status is ‘done’.

Array<object>
object
uri
required
string format: uri
cid
required
string
durationMs

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

integer
error

Error message. Present when status is ‘error’.

string

Bad Request

object
error
required
One of:
string
message
required
string