get_merge_request_reviewers
Retrieve approval status and reviewer details for GitLab merge requests to track review progress and identify approvers.
Instructions
Get approval and reviewer status for a merge request, including who approved and review states
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| iid | Yes | Merge request IID | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |