Skip to content

Get Download Paths

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

Get configured filesystem paths used by downloader for HTTP and Path downloads

Success

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

Unauthorized

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