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

# List Tables

`GET /v1/table/`

List tables, optionally, with pagination.

## Query parameters

- `limit` integer
- `page_token` string

## Response `200`

Successfully returned a list of tables in the DB

- object
  - `tables` string[]
  - `page_token` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/revisions/ba6a93e8b48d/schema)
