# Get all folders Retrieves the complete content tree of folders and scripts contained by the project, project_id. By default, the returned tree of folders and scripts consists only of their names and IDs. Folder and script objects can be expanded with more details, such as progress statistics, test details and test runs details by using URL parameters as defined below. For large projects, it is recommended to use the more specific endpoint Get a folder GET /projects/:p/folders/:f to retrieve the contents of just one folder rather than all folders in the project. Takes Common URL Parameters for controlling the contents of contained objects. Defaults for common parameters: - subfolders=all - scripts=terse - tests=none - fields=none - runs=none - results=none - progress=none Endpoint: GET /projects/{project_id}/folders Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. ## Response 200 fields