Skip to main content
POST
Session feedback
Submit feedback on a session you own. Use this to report whether the agent completed its task successfully. Returns 204 No Content.

Path parameters

id
string
required
The session ID.

Request body

success
boolean
required
Whether the session completed its task successfully.
message
string
Optional feedback message with details.

Examples

Session feedback

Event feedback

You can also submit feedback on a specific event within the session:
Same body, with event_index identifying the event by its position in the session’s event list. Returns 204 No Content, or 404 when the index is out of range.