v1
latestOpenAPI 3.0.32026-08-061874701.5 MBList folders in home
Lists the folders in your Sheets folder. The list contains an abbreviated Folder object for each folder.
Note: For pagination guidance, refer to Pagination.
DEPRECATED - The Sheets folder is being replaced by workspaces. To adapt to this change, please see Migrate from using the Sheets folder.
Query parameters
If true, include all results, that is, do not paginate. Mutually exclusive with page and pageSize (they are ignored if includeAll=true is specified).
Which page to return. Defaults to 1 if not specified. If you specify a value greater than the total number of pages, the last page of results is returned.
The maximum number of items to return per page. Unless otherwise stated for a specific endpoint, defaults to 100. If only page is specified, defaults to a page size of 100. For reports, the default is 100 rows. If you need larger sets of data from your report, returns a maximum of 10,000 rows per request.
Response
IndexResult object containing an array of Folder objects.
Note: For pagination guidance, refer to Pagination.