Retrieve a table
$ deeptable structured-sheets:tables retrieve
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
deeptable structured-sheets:tables retrieve \
--api-key 'My API Key' \
--structured-sheet-id ss_01kfxgjd94fn9stqm42nejb627 \
--table-id tbl_01kfxgjd94fn9stqm45rqr2pnz{
"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"
}