tables

Get documents in a table

Returns all documents assigned to a specific table.

get/v1/tables/{id}/documents

Path parameters

idstring required
Example:tbl_abc123

Table ID

Response

Documents in table

table_idstring
totalinteger

Example response

{
  "table_id": "tbl_abc123",
  "documents": [
    {
      "id": "doc_xyz789",
      "title": "NDA Agreement",
      "total_nodes": 12,
      "metadata": {
        "author": "Legal Team"
      },
      "created_at": "2026-01-27T10:00:00Z"
    }
  ],
  "total": 15
}

Changes

Changed in 2 of the 7 revisions of this API.22

  • 180d59085b7811See the full diff
    • removed the optional property documents/items/author from the response with the 200 status

      response-optional-property-removed

    • added the optional property documents/items/metadata to the response with the 200 status

      response-optional-property-added

  • 9404aa4fdc2211See the full diff
    • removed the optional property documents/items/metadata from the response with the 200 status

      response-optional-property-removed

    • added the optional property documents/items/author to the response with the 200 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog