Get Merge Request
get_merge_requestRetrieve a merge request with its reviewer decisions and comment thread. Optionally include the audit trail to trace changes made to the specification.
Instructions
Get one merge request with its reviewers, their decisions and the comment thread. The userId values under reviewers are what manage_merge_request('create') expects. Set includeAuditTrail for the who-did-what history of the spec's merge requests. For what the merge would actually change, use get_branch(includeDiff). Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| mergeRequestId | Yes | Public ID (GUID) of the merge request | |
| includeAuditTrail | No | Also return the audit trail of this spec's merge requests (default false) |