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

# List tables

`GET /v1/tables`

List all tables defined in your workspace

---

#### See also  
Learn more about [Tables](./tables-guide)

## Response `200`

List of tables

**ℹ️ Click to see full payload**

- TableList
  - `data` Table[], required
    - `id` string, uuid, required
    - `name` string, required
    - `description` object, nullable, required
    - `key` string, required
    - `created_at` string, date-time, required — Creation date Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)
    - `updated_at` string, date-time, required — Latest update date Date time in format [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) (`yyyy-MM-ddTHH:mm:ss.S+X` eg `2023-01-31T13:30:00.000Z`)

---

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