Structured Sheets
Retrieve a table
Get details of a specific table extracted from the structured sheet. Only available when conversion status is 'completed'.
get/v1/structured-sheets/{structured_sheet_id}/tables/{table_id}
Path parameters
structured_sheet_idstring required
The unique identifier of the structured sheet conversion.
Example:ss_01kfxgjd94fn9stqm42nejb627
The unique identifier of the structured sheet conversion.
table_idstring required
The unique identifier of the table.
Example:tbl_01kfxgjd94fn9stqm45rqr2pnz
The unique identifier of the table.
Response
Successful Response
Example response
{
"created_at": "2026-01-15T10:35:00Z",
"id": "tbl_01kfxgjd94fn9stqm45rqr2pnz",
"name": "staffing__head_count",
"object": "table",
"sheet_name": "Staffing",
"structured_sheet_id": "ss_01kfxgjd94fn9stqm42nejb627",
"type": "relational"
}