Submit feedback
Submits a feedback rating (helpful or unhelpful) for a specific assistant message.
Use the callback_id from the message’s feedback field to indicate which rating is being submitted. The callback_id is an opaque token. Pass it back exactly as received.
Optionally include additional_feedback for free-text comments.
Authentication
JWT bearer token authentication. Obtain an access token from the Moveworks auth endpoint and include it in the Authorization header as ‘Bearer <token>’.
Path parameters
A base-62 identifier prefixed by a short resource type
A base-62 identifier prefixed by a short resource type
A base-62 identifier prefixed by a short resource type
Headers
Request
The callback_id from either feedback.helpful or feedback.unhelpful on the message object. Determines which rating (helpful or unhelpful) is being submitted.
Optional free-text feedback from the user. Use this to capture additional context about why the user rated the response this way.