Agent Chat

Post Review Action Endpoint

Approve / reject / cancel-auto-approve the current review attempt.

  • approve → transition segment → outreach, finalize row.
  • reject → archive row with feedback, transition segment → discovery, enqueue a re-run turn on the latest session carrying the wrapped prompt. At MAX_REJECTS the segment stays in review with auto-approve disabled and no new turn is kicked — the UI blocks further rejections.
  • cancel_auto_approve → idempotent: freeze the countdown.
post/api/agent-chat/segments/{segment_id}/review

Path parameters

segment_idstring required

Cookies

ex_accessstring nullable
ex_orgstring nullable

Request body

action'approve' | 'reject' | 'cancel_auto_approve' required
feedbackstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/agent-chat/segments/{segment_id}/review:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.