curl --request GET \
--url https://api.example.com/api/v1/sheets/{sheet_id}/info \
--header 'Authorization: Bearer <token>'{}Get metadata about a Google Sheet.
Returns information about the sheet including available tabs and dimensions.
Args: sheet_id: Google Sheets ID
Returns: Sheet metadata including tabs and dimensions
curl --request GET \
--url https://api.example.com/api/v1/sheets/{sheet_id}/info \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.