Skip to content

Retrieve a merge request dependency

GET
/api/v4/projects/{id}/merge_requests/{merge_request_iid}/blocks/{block_id}

Retrieves a specified merge request dependency.

id
required
One of:
string

The ID or URL-encoded path of the project

merge_request_iid
required
integer

The internal ID of the merge request

block_id
required
integer

The ID of the merge request dependency

OK

Bad Request

Not Found