v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBmultipartUpload
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.
get/assets/multipart-uploads/{upload_id}
Path parameters
upload_idstring required
The unique identifier of the upload session.
Query parameters
pageinteger
A number that identifies the page to retrieve.
Default: 1.
page_limitinteger
The number of items to return on each page.
Default: 10. Max: 50.
Headers
x-api-keystring required
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.