---
title: "boot image list"
method: GET
path: "/v1/images"
tags: ["v1", "images"]
---

# boot image list

`GET /v1/images`

#### Controller: 

`github.com/ubccr/grendel/internal/api.(*Handler).BootImageList`

#### Middlewares:

- `github.com/go-fuego/fuego.defaultLogger.middleware`
- `github.com/ubccr/grendel/internal/api.(*Handler).authMiddleware`

---

List all images

## Headers

- `Accept` string

## Response `200`

OK

- BootImage[]
  - `cmdline` string
  - `id` integer, nullable
  - `initrd` string[]
  - `kernel` string, required
  - `liveimg` string
  - `name` string, required
  - `provision_templates` object, nullable
  - `uid` string, nullable
  - `verify` boolean

## Other responses

- `default` — Default Error

## Changes

- **2025-07-18** `20bff94216e2` — 6 warning
  - removed the optional property `items/butane` from the response with the `200` status (media type: application/json)
  - removed the optional property `items/butane` from the response with the `200` status (media type: application/xml)
  - removed the optional property `items/provision_template` from the response with the `200` status (media type: application/json)
  - removed the optional property `items/provision_template` from the response with the `200` status (media type: application/xml)
  - …2 more
- **2025-03-21** `9e09e176e964` — 1 info
  - endpoint added
- **2024-12-03** `29c6a9c3f49b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ubccr/apis/grendel-api/changes/v1/images/get.md)

---

[API](https://skmtc.dev/ubccr/apis/grendel-api.md) · [All operations](https://skmtc.dev/ubccr/apis/grendel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ubccr/grendel-api/revisions/62eb4acab992/schema)
