---
title: "Get Profile Note"
method: GET
path: "/api/v2/core/profile-notes/{profileNoteId}"
tags: ["Profile Note"]
---

# Get Profile Note

`GET /api/v2/core/profile-notes/{profileNoteId}`

Given a profile note id of a candidate, it returns all attributes of the profile note

## Path parameters

- `profileNoteId` string, required

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- 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

---

[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)
