v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Sheets

Get rows

Return paginated rows from the sheet.

get/v1/sheets/{sheet_id}/rows

Path parameters

sheet_idinteger required

The id of the sheet.

Query parameters

start_rowinteger

The (0-based) row index of the first row to include.

countinteger

The number of rows to retrieve (default is all rows).

include_unmappedboolean

If unmapped columns should be included in the exported file.

embed_idinteger

The id of the embed which contains the sheet.

Response

The request has succeeded.

EmptyResponse required