Folder API
List Folder Contents
List the direct items in a folder. Leave folder_id unset to list the root.
GET
List Folder Contents
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 the folder tree to list.
Available options:
FOLDER_ITEM_TYPE_UNSPECIFIED, FOLDER_ITEM_TYPE_FOLDER, FOLDER_ITEM_TYPE_WORKFLOW, FOLDER_ITEM_TYPE_GUIDANCE The folder whose direct items should be listed. Unset lists the root.
Maximum number of results to return. Default is 1000, maximum is 2000.
Token for pagination. Leave empty for the first request.
List Folder Contents

