Skip to main content

Span Notes API

New dedicated endpoints for span notes enable open coding and seamless annotation integrations. Add notes to spans programmatically using the Phoenix client in both Python and TypeScript. Python Client:
TypeScript Client:
Use Cases:
  • Add contextual notes during debugging sessions
  • Annotate spans with human feedback
  • Build custom annotation pipelines and integrations
  • Document issues or observations for team collaboration

API Reference:

Python Client

spans.add_span_note()

TypeScript Client

addSpanNote()