# Get a folder Retrieves the basic information and contents of the folder specified by folder_id. Folder IDs are strings that start with an 'f' followed by an integer. To find a folder ID in the app, click on a folder to open it and inspect the URL. 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. In particular, note that the subfolders URL parameter can be used to limit the response to just the folder requested, without also returning the contents of nested sub-folders. 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/{folder_id} Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. - `folder_id` (string, required) The folder ID. ## Response 200 fields