List Folder Continue
Authentication
App-level OAuth 2.0 token (no user context). Use Authorization: Bearer <token>.
Obtain by calling the token endpoint with grant_type=client_credentials.
Only available on endpoints that declare app auth support.
Headers
Acts on behalf of a team member for supported user-auth operations. Pass a team member ID such as dbmid:.... When used with a team token, that token must also include the team_data.member scope.
Acts as the specified team admin for supported user-auth operations. Pass a team member ID for an admin account. When used with a team token, that token must also include the team_data.member scope.
Request
The cursor returned by your last call to list_folder or list_folder/continue.
Response headers
Response
Pass the cursor into list_folder/continue to see what’s changed in the folder since your previous query.
The files and (direct) subfolders in the folder.
If true, then there are more entries available. Pass the cursor to list_folder/continue to retrieve the rest.