---
title: "Get a list of database types"
method: GET
path: "/dbTypes"
tags: ["fiddles"]
---

# Get a list of database types

`GET /dbTypes`

## Response `200`

successful response

- DBTypes
  - `result` object[]
    - `db_type_id` integer
    - `simple_name` string
    - `full_name` string
    - `context` string
    - `batch_separator` string
    - `sample_fragment` string
    - `classname` string
    - `num_hosts` integer

---

[API](https://skmtc.dev/zzzprojects/apis/sql-fiddle.md) · [All operations](https://skmtc.dev/zzzprojects/apis/sql-fiddle/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zzzprojects/sql-fiddle/revisions/b325b8b31739/schema)
