---
title: "List Source Tables"
method: GET
path: "/v1/source_tables"
tags: ["source_tables"]
---

# List Source Tables

`GET /v1/source_tables`

## Response `200`

Successful Response

- ListSourceTablesResponse
  - `source_tables` SourceTableResponse[], required
    - `id` union, required
      - string, uuid
      - string
    - `short_id` string, required
    - `table_name` string, required
    - `connector_type` 's3' | 'snowflake' | 'databricks' | 'file_upload', required
    - `location` union, required
      - S3SourceLocation
        - `uri` string, uri, required
        - `file_format` 'parquet'
      - SnowflakeSourceLocation
        - `database` string, required
        - `schema_name` string, required
        - `table_name` string, required

## Other responses

- `422` — Validation Error

---

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