Retrieve the status of an upload session
Authentication
Path parameters
Query parameters
A number that identifies the page to retrieve.
Default: 1.
The number of items to return on each page.
Default: 10.
Max: 50.
Response
The status of your upload session. This field can take one of the following values:
active: The upload session is currently in progress. Continue uploading and reporting the completion of each chunk.completed: The platform received the file. The asset is created in theprocessingstatus and is not yet ready to use. Poll the Retrieve an asset endpoint until the status of the asset isreadybefore you use it.failed: The upload session failed. You must restart with a new session.expired: The upload session expired after 24 hours. You must create a new session.
The number of chunks successfully uploaded and reported. When this value equals total_chunks, the status of your upload session transitions to completed.
The number of chunks that failed to upload. If the number is greater than 0, check the uploaded_chunks array for specific failures and retry those chunks.
The number of chunks not yet successfully uploaded. This value is calculated as: total_chunks - chunks_completed - chunks_failed.
A string representing the date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the resource was created.
A string representing the date and time, in RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the resource was last updated.