Skip to content

Check download status for a variant

GET
/api/v1/download/{variantId}/status
curl --request GET \
--url http://localhost:8080/api/v1/download/1/status
variantId
required
integer format: int64

OK

Media type */*
object
status
string
Allowed values: PENDING IN_PROGRESS COMPLETED FAILED
filepath
string
error
string
totalSegments
integer format: int32
downloadedSegments
integer format: int32
totalBytes
integer format: int64
expectedTotalBytes
integer format: int64