---
title: "list"
method: GET
path: "/engines/list"
tags: ["v1beta/engines"]
---

# list

`GET /engines/list`

List all engines available to your organization/user - deprecated, use v1/engines/list instead

## Headers

- `Organization` string

## Response `200`

OK response.

- ListEnginesResponseBody
  - `engines` Engine[], required — 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.dev/stability-ai/apis/stability-ai-rest-api-2.md) · [All operations](https://skmtc.dev/stability-ai/apis/stability-ai-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stability-ai/stability-ai-rest-api-2/revisions/76f7cc79a3d7/schema)
