Observability

Add Completion Feedback

Record end-user feedback on a completion. Use to capture thumbs up/down ratings or custom feedback attributes. See SDK method.

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

post/api/v2/projects/{project_id}/completion-feedback/id/{completion_id}

Path parameters

project_idstring required
completion_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.