External DocumentationTo learn more, visit the GitLab documentation.
Parameters
| 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 | - |
| Deployed After | Return merge requests deployed after the given date/time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| Deployed Before | Return merge requests deployed before the given date/time. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| Environment | Returns merge requests deployed to the given environment. Expected in ISO 8601 format (2019-03-15T08:00:00Z). |
| 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). |