---
title: "List database schemas"
method: GET
path: "/orgs/{organization}/servers/{server}/database/schemas"
tags: ["Databases"]
---

# List database schemas

`GET /orgs/{organization}/servers/{server}/database/schemas`

List all database schemas associated with the server.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required

## Query parameters

- `sort` string
- `page[size]` integer
- `page[cursor]` string
- `filter[name]` string
- `filter[status]` string

## Response `200`

Paginated set of `DatabaseResource`

## Other responses

- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
