---
title: "Retrieve a table"
method: GET
path: "/v1/tables/{id}"
tags: ["Tables"]
---

# Retrieve a table

`GET /v1/tables/{id}`

Returns a table with it's entries

---

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

## Path parameters

- `id` string, required

## Response `200`

**ℹ️ Click to see full payload**

- TableDetailed
  - `id` string, uuid, required
  - `name` string, required
  - `description` object, nullable, required
  - `key` string, required
  - `entries` 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`)

## Other responses

- `404` — No table can be found.

---

[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)
