List all group epic board lists
GET
/api/v4/groups/{id}/epic_boards/{board_id}/lists
Lists all group epic board lists for a specified board. Does not include open and closed lists. This feature was introduced in GitLab 15.9.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID of a group
Example
1 board_id
required
integer
The ID of an epic board
Example
1Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
label
object
id
integer format: int64
name
string
description
string
text_color
string
description_html
string
color
string
archived
boolean
position
integer
list_type
string
Example
{ "id": 1, "label": { "id": 1, "name": "bug", "description": "Bug reported by user", "text_color": "#FFFFFF", "description_html": "<p>Bug reported by user</p>", "color": "#FF0000", "archived": false }, "position": 1, "list_type": "backlog"}Bad Request
Unauthorized
Forbidden
Not found