---
title: "Get Table Views"
method: GET
path: "/databases/{databaseId}/tables/{tableId}/views"
tags: ["Tables"]
---

# Get Table Views

`GET /databases/{databaseId}/tables/{tableId}/views`

Retrieve a list of views for a specific table.

## Response `200`

A list of table views.

- object
  - `data` TableView[]
    - `id` string
    - `tableId` string
    - `name` string
    - `description` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/softr/apis/softr-database-api.md) · [All operations](https://skmtc.net/softr/apis/softr-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/softr/softr-database-api/versions/c79eeba23ce3/schema)
