---
title: "Get a SQL database"
method: GET
path: "/storage/sqldbs/{id}"
tags: ["sql databases"]
---

# Get a SQL database

`GET /storage/sqldbs/{id}`

Retrieves a SQL database by its ID, including its provisioning status.

## Path parameters

- `id` string, uuid, required

## Response `200`

SQL database retrieved successfully

- SqlDatabaseResponseWrapper
  - `data` SqlDatabase
    - `created_at` string, date-time
    - `id` string, uuid
    - `name` string
    - `record_type` string
    - `status` 'pending' | 'provision_ok' | 'provision_failed' | 'deleting' | 'delete_failed' — Provisioning status. A database is usable once `status` is `provision_ok`. Once deletion completes, the database no longer appears in the API.
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — SQL database not found
- `422` — Validation error — `id` is not a valid identifier
- `500` — Internal server error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
