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
}Changes
Changed in 2 of the 7 revisions of this API.2
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the non-success response with the status
401response-non-success-status-removed
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○