---
title: "Schemas"
method: POST
path: "/integrations/introspect/postgres/schemas"
tags: ["Integrations"]
---

# Schemas

`POST /integrations/introspect/postgres/schemas`

List all schemas available to a given user/databse

## Request body

- SrcIntegrationsPostgresModelsIntrospectSchemasPayload
  - `credentials` SrcIntegrationsPostgresModelsCredentials
    - `database` string, required — Database name
    - `host` string, required — Host
    - `username` string, required — Username
    - `password` string, required — Password
    - `port` integer, nullable — Port
  - `connection_id` string, nullable — Connection ID to introspect/validate

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/versions/6662a407c637/schema)
