# Get notes for multiple users Retrieves personal notes the authenticated user has created about specified users. Returns notes for multiple users in a single request. Endpoint: GET /api/v1/notes Version: 1.0 Security: header ## Query parameters: - `userIds` (array, required) List of user ids Example: ["us_01hxcvk1hjexere4pvtrj0ymqq"] ## Response 200 fields (application/json): - `ownerId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `userId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `text` (string, required) ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation