# List Portfolio Notes **GET /portfolio_notes** Returns a paginated collection of portfolio notes for a portfolio company profile. ## Servers - Production server: https://api.visible.vc (Production server) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **portfolio_company_profile_id** (string(uuid)) ID of the portfolio company profile to filter by - **page** (integer) Page number ## Responses ### 200 Successfully retrieved portfolio notes #### Body: application/json (object) - **portfolio_notes** (array[object]) - **meta** (object) ### 400 Bad Request - The request is invalid or malformed #### Body: application/json (object) - **errors** (array[object]) ### 401 Unauthorized - Invalid or missing authentication token #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden - The authenticated user does not have access to the requested resource #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests - Rate limit exceeded #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)