# Get the list of notes in a folder Fetches the list of notes within a folder (but not its subfolders). For notes in the root folder of a project, see GET /projects/:p/notes. For more description of notes and their representation, see POST /projects/:p/notes. Endpoint: GET /projects/{project_id}/folders/{folder_id}/notes Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. - `folder_id` (string, required) The folder ID. ## Response 200 fields