---
title: "Get Columns"
method: GET
path: "/api/v1/pipelines/sources/{source_name}/columns"
tags: ["secure"]
---

# Get Columns

`GET /api/v1/pipelines/sources/{source_name}/columns`

Returns metadata for the specified schema and tables, for the specified source.

## Path parameters

- `source_name` string, required

## Query parameters

- `schema` string, nullable — Optional schema name
- `tables` string, required — Comma-separated list of table names to filter by

## Response `200`

Successful Response

- MetadataResponse — Metadata response class.
  - `tables` object, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified source is not found in the current pipeline
- `423` — Collector API is not available for the specified source or is disabled

---

[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)
