SpaceMediaSpaceMedia
Endpoint referenceTracks

Get Track Upload Status

GET
/api/v1/tracks/upload/{upload_session_id}

Recover the current state of a chunked audio upload after a retry, timeout, or lost final response. The result is scoped to the authenticated user and organization.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

upload_session_id*string

The upload_session_id originally sent with the chunked upload.

Match^[A-Za-z0-9_-]{1,80}$

Header Parameters

X-User-Id*string

Public user_id in the API client organization. Requires users:act-as and supplies catalog ownership and quota context.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?