---
title: "Get Pipeline Source Schemas"
method: GET
path: "/api/v2/pipelines/{name}/source-schemas/{source_name}"
tags: ["v2", "pipelines"]
---

# Get Pipeline Source Schemas

`GET /api/v2/pipelines/{name}/source-schemas/{source_name}`

Lists source schemas/databases, tables, and columns for a pipeline source.

## Path parameters

- `name` string, required — Pipeline name
- `source_name` string, required — Pipeline source name

## Query parameters

- `schemas` string, nullable — Comma-separated list of schema/database names to filter on
- `tables` string, nullable — Comma-separated list of table names to filter on
- `details` 'schemas' | 'tables' | 'columns' — Detail level for source metadata responses.

## Response `200`

Successful Response

- PipelineSourceSchemaResponse — Nested source metadata response for a pipeline source.
  - `schemas` object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.net/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/versions/30f630f0aac5/schema)
