Skip to main content

Get a Download

GET 

/download-svc/download/:downloadId

Get a download by ID.

Requires the download-svc:download:view permission.

Request

Path Parameters

    downloadId stringrequired

    Download ID

Responses

OK

Schema

    download

    object

    cancelled boolean
    dir string
    downloadedBytes integer
    error string
    fileName string
    filePath string
    fullFileSize integer
    id string
    paused boolean
    progress number
    status string
    url string
    exists boolean
Loading...