---
title: "List database engines"
method: GET
path: "/api/v1/databases/engines"
tags: ["Managed Databases"]
---

# List database engines

`GET /api/v1/databases/engines`

The database engine catalog: each engine with its display name, supported versions, and whether it is available to create. Engines listed with `available: false` (MySQL) are planned but cannot be created yet.

## Response `200`

Engine catalog

- object
  - `success` boolean
  - `engines` DatabaseEngineInfo[]
    - `engine` 'postgres' | 'mysql' | 'valkey' | 'clickhouse' | 'kafka' — Database engine identifier. Defaults to `postgres` on create; the live catalog (including availability and versions) is `GET /api/v1/databases/engines`.
    - `display_name` string
    - `available` boolean — Whether this engine can be created. MySQL is listed but not yet available.
    - `versions` string[] — Supported major versions

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/databases/engines/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
