Skip to main content

ReleaseGroupsResponse

Response for the grouped review-queue endpoint.

breadthinteger<int32>required

The breadth the groups were computed at (clamped to {1,2,3}). Echoed so the client can pass it back as the list breadth unchanged.

Possible values: >= 0

groups object[]required

Clusters with more than one member, ordered by descending count then query ascending.

  • Array [
  • countinteger<int64>required

    Number of distinct releases in the group (always > 1).

    querystringrequired

    The shared cleaned search query, and the searchQuery filter value that reproduces this group.

    topCandidate object
    oneOf
    null
  • ]
  • ReleaseGroupsResponse
    {
    "breadth": 0,
    "groups": [
    {
    "count": 0,
    "query": "string",
    "topCandidate": "null"
    }
    ]
    }