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

# list

`GET /engines/list`

List all engines available to your organization/user

## Headers

- `Organization` string
- `Authorization` string, required

## 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: The provided API key is not valid

---

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