Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
spreadsheetId
string
requerido

Google Drive file id of the spreadsheet, as returned by the Google Picker. The OAuth grant only covers files the user picked (drive.file scope).

Minimum string length: 1
integrationId
string

Id of a connected Google Sheets user integration; its access token is resolved (and refreshed) server-side and never leaves the server for API calls.

accessToken
string

Raw Google OAuth access token with the drive.file scope (never persisted by the server). Ignored when integrationId is provided.

Minimum string length: 1
includeSampleRows
boolean

Also return each tab's first few rows as cell texts (one extra Sheets API request). Off by default: callers that only list tabs should not pay for it.

Respuesta

200 - application/json

Returns the spreadsheet title and its tabs with grid sizes.

spreadsheet
object
requerido
Última modificación el 15 de septiembre de 2026