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

pageintegerOptionalDefaults to 1

A number that identifies the page to retrieve.

Default: 1.

page_limitintegerOptionalDefaults to 10

The number of items to return on each page.

Default: 10. Max: 50.

Response

The list of incomplete upload sessions has been successfully retrieved.
datalist of objects

An array containing information about your incomplete upload sessions, up to page_limit items.

page_infoobject
An object that provides information about pagination.

Errors