Sign in

Get project merge request

documented

Retrieve a specific merge request by IID.

GET /projects/:id/merge_requests/:merge_request_iidProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://gitlab.com/api/v4/projects/{{$id}}/merge_requests/{{$merge_request_iid}}" -X GET -H "Accept: application/json" -H "PRIVATE-TOKEN: {{GITLAB_API_KEY}}"