---
title: "GET /tables"
method: GET
path: "/tables"
---

# GET /tables

`GET /tables`

Gets all Big Tables in the current team

## Response `200`

- object
  - `data` object[], required — A collection of table objects, each with `id` and `name`
    - `id` string, required — ID of the table, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`
    - `name` string, required — Name of the table, e.g., `Invoices`

## Other responses

- `400`

## Changes

- **2024-08-02** `bab994dbe55a` — 1 info
  - added the non-success response with the status `400`
- **2024-07-24** `5968edce64cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/glideapps/apis/untitled-api/changes/tables/get.md)

---

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