Observability

Add Trace Feedback

Record end-user feedback on a trace. Use to capture feedback on conversation turns or agent workflow outcomes. See SDK method.

The freeplay_feedback field must be "positive" or "negative". Additional custom fields are supported.

post/api/v2/projects/{project_id}/trace-feedback/id/{trace_id}

Path parameters

project_idstring required
trace_idstring required

Request body

object required

Response

SimpleResponseWithMessage(message: str)

messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.