Retrieve the status of an upload session
This method provides information about an upload session, including its current status, chunk-level progress, and completion state.
Use this method to:
- Verify upload completion (status = completed)
- Identify any failed chunks that require a retry
- Monitor the upload progress by comparing uploaded_size with total_size
- Determine if the session has expired
- Retrieve the status information for each chunk
After you report chunk completion, call this method to confirm the upload session reached the completed status. This status means the platform received the file, not that the asset is ready to use. The platform then validates the asset asynchronously. Poll the Retrieve an asset endpoint until the status of the asset is ready before you use it.
Path parameters
The unique identifier of the upload session.
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.
Headers
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Response
The status of your upload session has been successfully retrieved.
Changes
Changed in 1 of the 12 revisions of this API.3
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●