conversations
Re-run all current evaluator bindings against a v2 conversation
v2 alias of POST /v1/sessions/{id}/reevaluate.
The legacy eval endpoint already operates on the conv_* Conversation model and works unchanged — this thin alias keeps the admin UI's path family consistent under /conversations. Wipes existing EvalRuns and re-runs the currently bound evaluators with fresh snapshots; rejects (409) while any run for the conversation is pending / running.
post/v1/conversations/{conversation_id}/reevaluate
Path parameters
conversation_idstring uuid required
Response
Successful Response
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○