---
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

## Changes

- **2026-08-12** `9a5026bf9057` — 1 info
  - added the non-success response with the status `401`
- **2025-05-26** `597f6a4102c6` — 1 info
  - endpoint added
- **2025-03-11** `2b736ca1b025` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/utilities/downloads/get.md)

---

[API](https://skmtc.dev/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.dev/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc.dev/alchemillahq/apis/sylve-api/revisions/6d4b8bb77d9a?raw)
