List Folders
List a team’s folders of a given item_type as a flat list (use parent_folder_id to reconstruct the tree).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ID of the team.
The non-folder item type of folders to list. Required — folders are scoped per type, and FOLDER_ITEM_TYPE_UNSPECIFIED and FOLDER_ITEM_TYPE_FOLDER are rejected.
FOLDER_ITEM_TYPE_UNSPECIFIED, FOLDER_ITEM_TYPE_FOLDER, FOLDER_ITEM_TYPE_WORKFLOW, FOLDER_ITEM_TYPE_GUIDANCE Optional. When set, return only the direct children of this folder. When unset, return all folders of the given type for the team (a flat list; use parent_folder_id to reconstruct the tree).
Maximum number of results to return. Default is 1000, maximum is 2000. When neither page_size nor page_token is set, all results are returned.
Token for pagination. Leave empty for the first request.

