List Folders
List owned folders using cursor pagination.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
Opaque cursor returned by the previous page.
limit
Number of folders to return. Defaults to 50 and cannot exceed 100.
parent_id
Return children of this folder. Omit to list all owned folders.
Response
This endpoint returns an object.
folders
Folders in this page.
next_cursor
Opaque cursor for the next page, or null when this is the last page.
Errors
400
Invalid Cursor
401
Authentication Error
404
Folder Not Found
