---
title: "Batch Fetch Profile Notes"
method: POST
path: "/api/v2/core/profile-notes/batch-fetch"
tags: ["Profile Note"]
---

# Batch Fetch Profile Notes

`POST /api/v2/core/profile-notes/batch-fetch`

Batch fetch profile notes for a given list of note ids (limit 100)

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Request body

- BatchFetchEntityRequestSchema
  - `entityIds` string[], required — list of entity ids to fetch the entity objects

## 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` BatchFetchMetaSchema
    - `missingEntityIds` string[], nullable — List of entity ids for which no result was found

---

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