---
title: "Get All Integration Tables"
method: GET
path: "/v3/batch/s3-connector/list-tables"
---

# Get All Integration Tables

`GET /v3/batch/s3-connector/list-tables`

This endpoint lists all the tables created under a certain S3 integration or shared with it.

## Path parameters

- `integration_name` string, required

## Query parameters

- `delivery_method` string

## Response `200`

200

- object
  - `shared_tables` object[]
    - `location` string
    - `table_name` string
  - `tables` object[]
    - `columns` object
      - `names` string[]
    - `granularity` string
    - `location` string
    - `metrics` string[]
    - `table_name` string
    - `vtable` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/similarweb/apis/visits-total-traffic.md) · [All operations](https://skmtc.net/similarweb/apis/visits-total-traffic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/similarweb/visits-total-traffic/revisions/9b0175fc494c/schema)
