List Evaluation Groups
List the calling account’s evaluation groups with optional filters.
Results are paginated and scoped to the authenticated account. The optional filters combine with AND semantics: name does a case-insensitive partial (substring) match on the group name, tags returns only groups whose tag list contains all of the supplied tags, and evaluation_id returns only groups that have the given evaluation as an active member. By default archived (soft-deleted) groups are excluded; set include_deleted to include them. The views parameter optionally expands each group with its members and/or row_identifiers, and returned members are enriched with each evaluation’s name, tags, and creation time.
Authorizations
Headers
Query Parameters
Filter to groups containing this evaluation ID
Optional relationships to include: 'members', 'row_identifiers'
Views for evaluation group responses
members, row_identifiers 1 <= x <= 10000asc, desc Response
Successful Response
The total of items that match the query. This is greater than or equal to the number of items returned.
Whether there are more items left to be fetched.
"list"The maximum number of items to return.

