---
title: "Gets the tables in the Project."
method: GET
path: "/tables"
tags: ["Tables"]
---

# Gets the tables in the Project.

`GET /tables`

## Response `200`

The collection of tables in the project.

- TableDto[]
  - `name` string, nullable
  - `singularName` string, nullable
  - `referenceFieldName` string, nullable
  - `fields` FieldDto[], nullable
    - `name` string, nullable
    - `type` 'text' | 'textArea' | 'richText' | 'url' | 'number' | 'money' | 'date' | 'time' | 'dateTime' | 'checkbox' | 'file' | 'list' | 'child' | 'parent' | 'manyToMany' | 'autoCounter' | 'image' | 'icon' | 'formula' | 'user' | 'percentage' | 'multiSelectList' | 'multiSelectUser' | 'duration' | 'email'
    - `isRequired` boolean
    - `isUnique` boolean
    - `properties` FieldProperties

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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