Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140-update-phoenix-arize-phoenix-evals-3-1-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Trace Notes API
Available in arize-phoenix 14.13.0+ (server), @arizeai/phoenix-client 6.8.0+ (TypeScript), @arizeai/phoenix-cli 1.3.0+ (CLI) Phoenix now supports creating trace notes through a dedicated REST endpoint, TypeScript client function, and CLI command. Notes are stored separately from annotations — each trace can hold multiple notes, and--include-notes keeps them out of the annotations view.
To keep note behavior consistent, the reserved annotation name note is no longer accepted on the generic annotation endpoints. Use the dedicated note endpoints instead:
POST /v1/trace_notesfor trace notesPOST /v1/span_notesfor span notes
TypeScript
CLI
notes[] on the trace object (distinct from annotations[]) when you pass --include-notes.
