# Get a list of notes at the top-level of a project Fetches any notes (note items) that sit at the top level of the project. For notes in specific folders, see GET /projects/:p/folders/:f/notes. For more description of notes and their representation, see POST /projects/:p/notes. Endpoint: GET /projects/{project_id}/notes Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. ## Response 200 fields