Returns root folders for the current user.
Folders are organized in a tree structure. This endpoint returns only root-level folders. Use the children endpoint to navigate the folder tree.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer token
Comma-separated list of relationships to include. Allowed: parent, children, user
Sort order. Prefix with - for descending. Allowed: created_at, updated_at, name
Filter results. Available filters: name, name.neq, name.cont (case-insensitive substring match), name.in (comma-separated list), name.nin (comma-separated list), user.
Number of items per page (max 100)
Cursor for next page
Cursor for previous page