Skip to main content

List Downloads

POST 

/download-svc/downloads

Fetch a list of all download details.

Requires the download-svc:download:view permission.

Responses

List of downloads

Schema

    downloads

    object[]

  • Array [

  • cancelled boolean
    dir string
    downloadedBytes integer
    error string
    fileName string
    filePath string
    fullFileSize integer
    id string
    paused boolean
    progress number
    status string
    url string
  • ]

Loading...