---
title: "List Profile Notes"
method: GET
path: "/api/v2/core/profile-notes"
tags: ["Profile Note"]
---

# List Profile Notes

`GET /api/v2/core/profile-notes`

Search profile notes using specific filter parameters and get the complete profile note objects

## Query parameters

- `start` integer
- `limit` integer
- `queryLimit` string
- `creatorEmail` string
- `profileId` string
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `data` Note[]
    - `creatorEmail` string, nullable — creator email of candidate
    - `id` string, nullable — Note id of candidate
    - `noteType` string, nullable — Note type of candidate
    - `note` string, nullable — Note of candidate
    - `profileId` string, nullable — Profile id of candidate
    - `positionId` string, nullable — Position id associated with the note
    - `createdTime` integer, nullable — created time of candidate in datetime format
  - `meta` MetaSchema
    - `totalCount` integer, nullable
    - `pageTotalCount` integer, nullable
    - `pageStartIndex` integer, nullable

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/versions/0fb26f4e41bf/schema)
