---
title: "List all tables for a connector"
method: GET
path: "/connectors/{connector_id}/tables"
tags: ["connectors"]
---

# List all tables for a connector

`GET /connectors/{connector_id}/tables`

Returns all tables across all databases and schemas for the given connector.
Useful for finding table IDs to pass to the explore endpoint for single-table exploration.

## Path parameters

- `connector_id` string, uuid, required

## Response `200`

Successfully retrieved tables

- ListTablesResponse
  - `tables` ConnectorTableInfo[], required
    - `description` string, nullable
    - `id` string, uuid, required
    - `name` string, required

## Other responses

- `403` — Forbidden - user does not have access to connector
- `404` — Connector not found

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
