Retrieve a table
GET/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}
Get details of a specific table extracted from the structured sheet. Only available when conversion status is 'completed'.
Retrieve a table
curl https://api.deeptable.com/v1/structured-sheets/$STRUCTURED_SHEET_ID/tables/$TABLE_ID \
-H "Authorization: Bearer $DEEPTABLE_API_KEY"{
"id": "tbl_01kfxgjd94fn9stqm45rqr2pnz",
"created_at": "2026-01-15T10:35:00Z",
"name": "staffing__head_count",
"object": "table",
"sheet_name": "Staffing",
"structured_sheet_id": "ss_01kfxgjd94fn9stqm42nejb627",
"type": "relational"
}Returns Examples
{
"id": "tbl_01kfxgjd94fn9stqm45rqr2pnz",
"created_at": "2026-01-15T10:35:00Z",
"name": "staffing__head_count",
"object": "table",
"sheet_name": "Staffing",
"structured_sheet_id": "ss_01kfxgjd94fn9stqm42nejb627",
"type": "relational"
}