Structured Sheets
List structured sheets
client.structuredSheets.list(StructuredSheetListParams { after, limit } query?, RequestOptionsoptions?): CursorIDPage<StructuredSheetResponse { id, created_at, file_id, 6 more } >
GET/v1/structured-sheets
Create structured sheets
client.structuredSheets.create(StructuredSheetCreateParams { file_id, sheet_names } body, RequestOptionsoptions?): StructuredSheetResponse { id, created_at, file_id, 6 more }
POST/v1/structured-sheets
Delete structured sheets
client.structuredSheets.delete(stringstructuredSheetsID, RequestOptionsoptions?): void
DELETE/v1/structured-sheets/{structured_sheets_id}
Retrieve structured sheets
client.structuredSheets.retrieve(stringstructuredSheetsID, RequestOptionsoptions?): StructuredSheetResponse { id, created_at, file_id, 6 more }
GET/v1/structured-sheets/{structured_sheets_id}
Models
Structured SheetsExports
Download SQLite export
client.structuredSheets.exports.downloadSqlite(stringstructuredSheetsID, RequestOptionsoptions?): Response
GET/v1/structured-sheets/{structured_sheets_id}/exports/sqlite