Evaluation Groups
EvaluationGroupsResource
Methods
post/v5/evaluation-groups
Create a new evaluation group
get/v5/evaluation-groups
List all evaluation groups for the current account
get/v5/evaluation-groups/{group_id}
Get a single evaluation group by ID
patch/v5/evaluation-groups/{group_id}
Partial update of evaluation group attributes (name, description, tags, metadata). Members cannot be modified via PATCH.
put/v5/evaluation-groups/{group_id}
Full update of evaluation group. All fields are replaced with provided values. Omitted optional fields are cleared.
delete/v5/evaluation-groups/{group_id}
Soft-delete an evaluation group and cascade to members, row identifiers, and charts
Domain types
class EvaluationGroup: ...
Response model for evaluation group