Skip to main content
GET
Get replay viewer upload status

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

content_hash
string
required

Lowercase SHA-256 hash of the compressed bundle.

Pattern: ^[0-9a-f]{64}$

Response

Successful Response

bundle
string
required

Bundle reference used in the Coworld manifest.

status
enum<string>
required

Current bundle processing status.

Available options:
ready,
expanding,
failed,
pending
detail
string | null

Failure details when processing did not succeed.