Skip to main content

Trace Notes API

Phoenix now supports creating trace notes through POST /v1/trace_notes, which powers the Phoenix CLI command for adding a note to a trace. To keep note behavior consistent across APIs, the reserved annotation name note is no longer accepted on the generic annotation endpoints. Use the dedicated note endpoints instead:
  • POST /v1/trace_notes for trace notes
  • POST /v1/span_notes for span notes