Skip to main content
PUT
Event feedback
Submit feedback on a specific event within a session you own, for example to flag the step where the agent went wrong. For feedback on the whole run, use Session feedback. Returns 204 No Content, or 404 when the index is out of range.

Path parameters

string
required
The session ID.
integer
required
The event’s position in the session’s event list.

Request body

boolean
required
Whether this step was correct.
string
Optional feedback message with details.

Examples

Last modified on September 11, 2026