---
title: "Get Databases"
method: GET
path: "/databases"
tags: ["Databases"]
---

# Get Databases

`GET /databases`

Retrieve a list of all databases accessible to the authenticated user.

## Response `200`

A list of databases.

- object
  - `data` Database[]
    - `id` string
    - `name` string
    - `description` string, nullable
    - `workspaceId` string
    - `tablesCount` integer — Number of tables in this database.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/softr/apis/softr-database-api.md) · [All operations](https://skmtc.net/softr/apis/softr-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/softr/softr-database-api/versions/c79eeba23ce3/schema)
