---
title: "Get table details"
method: GET
path: "/v1/tables/{id}"
tags: ["tables"]
---

# Get table details

`GET /v1/tables/{id}`

Returns detailed information about a specific table.

## Path parameters

- `id` string, required

## Response `200`

Table details

- TableResponse
  - `id` string — Unique table ID
  - `name` string — Table name
  - `description` string — Table description
  - `metadata` object — Custom metadata
  - `domain_vocab` string[] — Domain-specific vocabulary for LLM reasoning
  - `context` string — Contextual description for LLM reasoning
  - `instructions` string — Custom LLM query and reasoning directives
  - `tags` string[] — Classification tags for this table
  - `document_count` integer — Number of documents in this table
  - `total_nodes` integer — Total nodes across all documents
  - `created_at` string, date-time — Creation timestamp
  - `updated_at` string, date-time — Last update timestamp

## Other responses

- `404` — Table not found
- `500` — Failed to get table

## Changes

- **2026-07-17** `f8665c1a5239` — 4 info
  - added the optional property `context` to the response with the `200` status
  - added the optional property `domain_vocab` to the response with the `200` status
  - added the optional property `instructions` to the response with the `200` status
  - added the optional property `tags` to the response with the `200` status
- **2026-01-30** `9404aa4fdc22` — 4 warning
  - removed the optional property `context` from the response with the `200` status
  - removed the optional property `domain_vocab` from the response with the `200` status
  - removed the optional property `instructions` from the response with the `200` status
  - removed the optional property `tags` from the response with the `200` status

[Change history](https://skmtc.dev/brainfish-ai/apis/reasondb-api/changes/v1/tables/:id/get.md)

---

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