---
title: "List engines"
method: GET
path: "/v1/engines/list"
tags: ["Version1.Engines"]
---

# List engines

`GET /v1/engines/list`

List all engines available to your organization/user

## Headers

- `Organization` string
- `Stability-Client-ID` string
- `Stability-Client-Version` string

## Response `200`

OK response.

- Engine[] — The engines available to your user/organization
  - `description` string, required
  - `id` string, required — Unique identifier for the engine
  - `name` string, required — Name of the engine
  - `type` 'AUDIO' | 'CLASSIFICATION' | 'PICTURE' | 'STORAGE' | 'TEXT' | 'VIDEO', required — The type of content this engine produces

## Other responses

- `401` — unauthorized: API key missing or invalid
- `500` — server_error: Some unexpected server error occurred

## Changes

- **2025-03-06** `ea57a82c5c16` — 1 info
  - api operation id `listEngines` removed and replaced with `fetchList`
- **2025-03-06** `9da23cee9e41` — 2 info
  - api tag `Version1.Engines` added
  - api tag `Engines` removed

[Change history](https://skmtc.dev/nod-ai/apis/stabilityai-rest-api/changes/v1/engines/list/get.md)

---

[API](https://skmtc.dev/nod-ai/apis/stabilityai-rest-api.md) · [All operations](https://skmtc.dev/nod-ai/apis/stabilityai-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nod-ai/stabilityai-rest-api/revisions/ea57a82c5c16/schema)
