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

cursorstringOptional
Opaque cursor returned by the previous page.
limitintegerOptional
Number of folders to return. Defaults to 50 and cannot exceed 100.
parent_idUUIDOptional
Return children of this folder. Omit to list all owned folders.

Response

This endpoint returns an object.
folderslist of objects
Folders in this page.
next_cursorstringOptional
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