Benchling Review Process Stage API
A single stage within a ReviewProcess that defines a required step in the review workflow. Each stage specifies what action reviewers must take (see `ReviewProcessActionType`), who is eligible to be a reviewer (see `ReviewerType`), and optionally a specific Team. For sequential review processes, stages have a position index determining their order. Stages can be configured to allow or disallow authors and senders as reviewers, and can permit team member reassignment. The list endpoint returns stages from the current version of each accessible review process. To retrieve stages scoped to a specific review process, use `GET /benchling/review-process/{review_process_id}` and inspect `currentVersion.reviewStages`.