Annotations
Annotate a span
Attach one or more annotations to a specific span. A standard annotation references a human review by key and supplies a value. A correction references an existing evaluator output by parent_annotation_id and supplies the corrected value, validated against that evaluator’s output schema.
POST
Annotate a span
Related guide: Annotations guide. See the Annotations guide for a walkthrough with examples.
trace_id and span_id path parameters identify the span to annotate. Get them from the telemetry object on a router response, the x-orq-trace-id and x-orq-trace-span-id response headers, or the Traces view.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the trace
Unique identifier of the span
Body
application/json
Response
200
Span annotated