List all group epics
Lists all epics for a specified group and its subgroups. Responses are paginated and return 20 results by default.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The ID of a group
Query Parameters
Section titled “ Query Parameters ”Return epics ordered by created_at, updated_at or title fields.
Return epics sorted in asc or desc order.
Search epics for text present in the title or description
Example
title search termReturn opened, closed, or all epics
Return epics which are authored by the user with the given ID
Example
7Return epics which are authored by the given username
Example
rootComma-separated list of label names
Example
?labels=bug,reproducedReturn titles of labels and other details
Return epics created after the specified time
Example
2019-03-15T08:00:00ZReturn epics created before the specified time
Example
2019-03-15T08:00:00ZReturn epics updated after the specified time
Example
2019-03-15T08:00:00ZReturn epics updated before the specified time
Example
2019-03-15T08:00:00ZInclude epics from ancestor groups
Include epics from descendant groups
Return epics reacted by the authenticated user by the given emoji
Example
slight_frownReturn epics with given confidentiality
Current page number
Example
1Number of items per page
Example
20Object that contains filters
object
Comma-separated list of label names
Example
[ "bug", "reproduced"]Return epics which are not authored by the user with the given ID
Example
7Return epics which are not authored by the given username
Example
rootResponses
Section titled “ Responses ”OK
object
object
object
object
object
Example
{ "id": 123, "work_item_id": 123, "iid": 123, "color": "#1068bf", "text_color": "#1068bf", "group_id": 17, "parent_id": 12, "parent_iid": 19, "imported": false, "imported_from": "github", "title": "My Epic", "description": "Epic description", "confidential": false, "author": { "id": 1, "username": "admin", "public_email": "john@example.com", "name": "Administrator", "state": "active", "avatar_url": "https://gravatar.com/avatar/1", "avatar_path": "/user/avatar/28/The-Big-Lebowski-400-400.png", "custom_attributes": [ { "key": "foo", "value": "bar" } ], "web_url": "https://gitlab.example.com/root" }, "start_date": "2022-01-31T15:10:45.080Z", "start_date_is_fixed": true, "start_date_fixed": "2022-01-31T15:10:45.080Z", "start_date_from_inherited_source": "2022-01-31T15:10:45.080Z", "start_date_from_milestones": "2022-01-31T15:10:45.080Z", "end_date": "2022-01-31T15:10:45.080Z", "due_date": "2022-01-31T15:10:45.080Z", "due_date_is_fixed": true, "due_date_fixed": "2022-01-31T15:10:45.080Z", "due_date_from_inherited_source": "2022-01-31T15:10:45.080Z", "due_date_from_milestones": "2022-01-31T15:10:45.080Z", "state": "opened", "web_edit_url": "http://gitlab.example.com/groups/test/-/epics/4/edit", "web_url": "http://gitlab.example.com/groups/test/-/epics/4", "reference": "&1", "created_at": "2022-01-31T15:10:45.080Z", "updated_at": "2022-01-31T15:10:45.080Z", "closed_at": "2022-01-31T15:10:45.080Z", "upvotes": 4, "downvotes": 3, "subscribed": true}Bad Request
Forbidden
Not found
Unprocessable entity