List Folders
media-admin-folders
List Folders
List non-deleted folders for a team, cursor-paginated.
Previously returned ALL folders (unbounded tree dump), which is a DoS risk for teams with thousands of folders. Now applies cursor pagination via page[size] (default 20, max 100) and page[after] (opaque ID cursor).
Each folder’s path_array encodes the full ancestor chain. For the full tree in a single request, set page[size]=100 and follow links.next.
Returns: JSON:API collection with meta.page + links.next envelope.
GET
List Folders
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response