> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Group Merge Requests

Get all merge requests for this group and its subgroups. The state parameter can be used to get only merge requests with a given state (opened, closed, locked, or merged) or all of them (all). The pagination parameters page and per\_page can be used to restrict the list of merge requests.

<Note>
  External Documentation

  To learn more, visit the [GitLab documentation](https://docs.gitlab.com/ee/api/merge_requests.html#list-group-merge-requests).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                |
  | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
  | Assignee ID    | Returns merge requests assigned to the given user id. None returns unassigned merge requests. Any returns merge requests with an assignee. |
  | Created After  | Return merge requests created on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).                              |
  | Created Before | -                                                                                                                                          |
  | Group ID       | The ID or path of the group owned by the authenticated user.                                                                               |
  | Order By       | Return requests ordered by created\_at or updated\_at fields. Default is created\_at.                                                      |
  | Search         | Search merge requests against their title and description.                                                                                 |
  | Sort           | Return requests sorted in asc or desc order. Default is desc.                                                                              |
  | Source Branch  | Return merge requests with the given source branch.                                                                                        |
  | State          | Return all merge requests or just those that are opened, closed, locked, or merged.                                                        |
  | Target Branch  | Return merge requests with the given target branch.                                                                                        |
  | Updated After  | Return merge requests updated on or after the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).                              |
  | Updated Before | Return merge requests updated on or before the given time. Expected in ISO 8601 format (2019-03-15T08:00:00Z).                             |
</div>

## Workflow Library Example

[List Group Merge Requests with Gitlab and Send Results Via Email](https://library.blinkops.com/workflows/list-group-merge-requests-with-gitlab-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-group-merge-requests-with-gitlab-and-send-results-via-email/canvas" />
</div>
