List incomplete uploads
This method returns a list of all incomplete multipart upload sessions in your account.
Authentication
x-api-keystring
Your API key.
<Note title="Note">
You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-key" target="_blank">API Key</a> page.
</Note>
Query Parameters
page
A number that identifies the page to retrieve.
Default: 1.
page_limit
The number of items to return on each page.
Default: 10.
Max: 50.
Response
The list of incomplete upload sessions has been successfully retrieved.
data
An array containing information about your incomplete upload sessions, up to page_limit items.
page_info
An object that provides information about pagination.