API Reference

List user folders

Retrieves all folders for the authenticated user with optional filtering

GET /folders

Detailed Description

Retrieves all folders for the authenticated user. Optional query parameters let you filter by parent folder and status to navigate hierarchies or show only active folders.

HTTP Method & Path

GET /folders

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token>

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token
parent_folder_idstring (query, uuid)NoFilter by parent folder ID to list only its direct children.
statusboolean (query)NoFilter by status. Default is true (active folders).
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!