Skip to main content
GET
List Folder Contents

Authorizations

Authorization
string
header
required

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

Query Parameters

teamId
string
required

The ID of the team.

itemType
enum<string>
required

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
folderId
string

The folder whose direct items should be listed. Unset lists the root.

pageSize
integer<int32>

Maximum number of results to return. Default is 1000, maximum is 2000.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

200 - application/json

Success

data
FolderItem · object[]
nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.