---
title: "Get a specific database"
method: GET
path: "/mysqldatabases/{databaseName}"
tags: ["MySql databases"]
---

# Get a specific database

`GET /mysqldatabases/{databaseName}`

## Path parameters

- `database_name` string, required

## Response `200`

OK

- MySqlDatabase
  - `name` string — Database name
  - `hostname` string — Hostname
  - `user_count` integer — The number of users.
  - `max_size` integer — The maximim size in MB for the database.
  - `actual_size` integer — The actual size in MB for the database.
  - `account_id` integer — The account id for the database.

---

[API](https://skmtc.net/combell/apis/public-api.md) · [All operations](https://skmtc.net/combell/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/combell/public-api/revisions/d6d1ea012567/schema)
