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 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.