v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
BatchUpload

Gets aggregated status for batch uploads identified by IDs or a correlation ID.

get/asset/batch-upload/status

Query parameters

batchUploadIdsstring[]

The identifiers of the batch uploads to query.

correlationIdstring

A client-supplied identifier to look up related batch uploads.

Response

OK

status'Processing' | 'Completed' | 'Aborted' required
totalCountinteger required

The total number of URLs across all queried batches.

completedCountinteger required

The number of URLs that have been successfully processed.

failedCountinteger required

The number of URLs that failed to process.

completedBatchesstring[] required

The identifiers of batch uploads that have fully completed.