get Failure Groups
GET api/failures/groups Get a list of failure groups. <mark>Beta:</mark> Returns the list of failure groups. Responses:
200: A list of failure groups.
400: The request cannot be fulfilled due to a problem.
500: The server encountered an unexpected error.
Return
Parameters
Allows restricting the search to failure types. By default all failure types are considered. (optional, default to arrayListOf(FailureType.build,FailureType.test))
A query for filtering the builds considered for failure groups, written in the Develocity advanced search query language. The query must contain a restriction on `buildStartTime` to ensure the search is bounded in time. See: https://gradle.com/help/advanced-search
The maximum number of failure groups to return. (optional, default to 100)
The maximum number of buildIds to return in a given FailureGroup. (optional, default to 20)