---
title: "Create a trace note"
method: POST
path: "/v1/trace_notes"
tags: ["traces"]
---

# Create a trace note

`POST /v1/trace_notes`

Add a note annotation to a trace. Notes are special annotations that allow multiple entries per trace (unlike regular annotations which are unique by name and identifier). Each note gets a unique UUIDv4 identifier.

## Request body

- CreateTraceNoteRequestBody
  - `data` TraceNoteData, required
    - `trace_id` string, required — OpenTelemetry Trace ID (hex format w/o 0x prefix)
    - `note` string, required — The note text to add to the trace

## Response `200`

Trace note created successfully

- CreateTraceNoteResponseBody
  - `data` InsertedTraceAnnotation, required
    - `id` string, required — The ID of the inserted trace annotation

## Other responses

- `403` — Forbidden
- `404` — Trace not found
- `422` — Validation Error

## Changes

- **2026-04-29** `c81391216eb5` — 1 warning
  - removed the request property `data/identifier`

[Change history](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/changes/v1/trace_notes/post.md)

---

[API](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.dev/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/revisions/885be87470ca/schema)
