---
title: "GET /api/database/tables/all-tables/"
method: GET
path: "/api/database/tables/all-tables/"
tags: ["Database tables"]
---

# GET /api/database/tables/all-tables/

`GET /api/database/tables/all-tables/`

This endpoint only works in combination with the token authentication. It lists all the tables that the token has either create, read, update or delete access to.

## Response `200`

- TableWithoutDataSync[]
  - `id` integer, required
  - `name` string, required
  - `order` integer, required — Lowest first.
  - `database_id` integer, required

---

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