---
title: "List Downloads"
method: GET
path: "/utilities/downloads"
tags: ["Utilities"]
---

# List Downloads

`GET /utilities/downloads`

List downloader records and their current transfer or processing state

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsUtilitiesDownloads
  - `data` GithubComAlchemillahqSylveInternalDbModelsUtilitiesDownloads[]
    - `automaticExtraction` boolean
    - `automaticRawConversion` boolean
    - `createdAt` string
    - `error` string
    - `extractedPath` string
    - `files` GithubComAlchemillahqSylveInternalDbModelsUtilitiesDownloadedFile[]
      - `download` GithubComAlchemillahqSylveInternalDbModelsUtilitiesDownloads — recursive
      - `downloadId` integer
      - `id` integer
      - `name` string
      - `size` integer
    - `id` integer
    - `ignoreTLS` boolean
    - `name` string
    - `path` string
    - `progress` integer
    - `size` integer
    - `status` 'pending' | 'processing' | 'done' | 'failed'
    - `type` 'http' | 'torrent' | 'path'
    - `uType` 'base-rootfs' | 'cloud-init' | 'uncategorized'
    - `updatedAt` string
    - `url` string
    - `uuid` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/9822c41c8ac0/schema)
