Reviews

Get Pending Reviews

GET /api/agent-react-flow/executions/:execution_id/reviews

Submit Review

POST /api/agent-react-flow/executions/:execution_id/reviews/:node_id

Request body

{
  "review": {
    "action": "approve",
    "editedFields": {
      "field_key": "new value"
    },
    "feedback": "Looks good."
  }
}