Get extracted tables for a spreadsheet document
GET/documents/:document_id/tables
Retrieve extracted tables for a document.
Returns table boundaries and metadata without cell data. Only documents belonging to the project associated with the API key can be accessed.
The table_anchor_ref contains the table location in the source Excel file:
worksheet: Name of the worksheet containing the tablerow_range: [start_row, end_row] as 1-indexed row numberscol_range: [start_col, end_col] as 1-indexed column numbers (1=A, 2=B, etc.)
Request
Responses
- 200
- 400
- 404
List of extracted tables with boundaries and extraction status
Document is not a spreadsheet file
Document not found or access denied