Skip to content

List Downloads

GET
/utilities/downloads
curl --request GET \
--url https://sylve.lan:8181/api/utilities/downloads \
--header 'Authorization: <Authorization>'

List downloader records and their current transfer or processing state

Success

Media typeapplication/json
object
data
Array<object>
object
automaticExtraction
boolean
automaticRawConversion
boolean
createdAt
string
error
string
extractedPath
string
files
Array<object>
object
download
object recursive
downloadId
integer
id
integer
name
string
size
integer
id
integer
ignoreTLS
boolean
name
string
path
string
progress
integer
size
integer
status
string
Allowed values: pending processing done failed
type
string
Allowed values: http torrent path
uType
string
Allowed values: base-rootfs cloud-init uncategorized
updatedAt
string
url
string
uuid
string
error
string
message
string
status
string
Example
{
"data": [
{
"status": "pending",
"type": "http",
"uType": "base-rootfs"
}
]
}

Unauthorized

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}

Internal Server Error

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}