Retrieve a paginated list of folders within an organization. Supports filtering, sorting, and cursor-based pagination.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Comma-separated list of additional fields to include:
_count - Include document and favorite countslabels - Include folder labelsFilter folders by path. Wildcards are supported and must appear at the end of the path:
* - Include direct children only (e.g., blob-sales/*)** - Include all descendants recursively (e.g., blob-sales/**)Comma-separated list of labels to filter by.
Scope of folders to retrieve.
When set to restricted, the ownerId parameter is required.
organization, restricted Field to sort by:
favorites - Sort by number of favoritesname - Sort by folder namepath - Sort by folder pathfavorites, name, path Sort direction.
asc, desc Cursor for pagination positioning.
Number of items per page.
x >= 1UUID of organization membership.
Required when scope is restricted.