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

---

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