---
title: "Add note to Investigation"
method: POST
path: "/investigations/{investigation_token}/notes"
tags: ["Investigations"]
---

# Add note to Investigation

`POST /investigations/{investigation_token}/notes`

Add a note to an investigation

## Request body

- object
  - `note` string, required
  - `entity_token` string, required

## Response `200`

Successfully retrieved Investigation Details

- object
  - `error` object

## Other responses

- `401` — Authentication Failure

---

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