---
title: "List employee notes"
method: GET
path: "/employees/{employee_id}/notes"
tags: ["Employees"]
---

# List employee notes

`GET /employees/{employee_id}/notes`

Return notes of an employee

## Response `200`

OK

- EmployeeNote[]
  - `id` integer
  - `body` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
