tables
Get table details
Returns detailed information about a specific table.
get/v1/tables/{id}
Path parameters
idstring required
Example:tbl_abc123
Table ID
Response
Table details
Example response
{
"id": "tbl_abc123",
"name": "Legal Contracts",
"description": "All legal documents and contracts",
"domain_vocab": [
"contract",
"indemnification",
"arbitration"
],
"context": "This table contains legal contracts for US jurisdictions.",
"instructions": "Always cite clause numbers when referencing contract terms.",
"tags": [
"legal",
"contracts",
"us"
],
"document_count": 15,
"total_nodes": 234,
"created_at": "2026-01-27T10:00:00Z",
"updated_at": "2026-01-27T12:30:00Z"
}