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

# list

`GET /engines/list`

List all engines available to your organization/user

## Headers

- `Organization` 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.dev/stability-ai/apis/stability-ai-rest-api.md) · [All operations](https://skmtc.dev/stability-ai/apis/stability-ai-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stability-ai/stability-ai-rest-api/revisions/020f8f47c903/schema)
