tables
List all tables
Returns a list of all tables in the database, including document counts.
get/v1/tables
Response
List of tables
Example response
{
"tables": [
{
"id": "tbl_abc123",
"name": "Legal Contracts",
"document_count": 15,
"total_nodes": 234
}
],
"total": 5
}