---
title: "POST /api/datasources/preview_sql_schema_list"
method: POST
path: "/api/datasources/preview_sql_schema_list"
---

# POST /api/datasources/preview_sql_schema_list

`POST /api/datasources/preview_sql_schema_list`

## Headers

- `Marimo-Session-Id` string, required

## Request body

- ListSQLSchemasRequest
  - `database` string, required
  - `engine` string, required
  - `requestId` string, request-id, required
  - `schemaPath` string[]

## Response `200`

Preview a list of schemas in an SQL database

- SuccessResponse
  - `success` boolean

---

[API](https://skmtc.dev/marimo-team/apis/marimo-api.md) · [All operations](https://skmtc.dev/marimo-team/apis/marimo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/marimo-team/marimo-api/revisions/a39082aac3ce/schema)
