Evaluation Groups
evaluation_groups
Methods
Create Evaluation Group -> { id, account_id, created_at, 8 more... }
post/v5/evaluation-groups
Create a new evaluation group
List Evaluation Groups -> CursorPage<{ id, account_id, created_at, 8 more... }>
get/v5/evaluation-groups
List all evaluation groups for the current account
Get Evaluation Group -> { id, account_id, created_at, 8 more... }
get/v5/evaluation-groups/{group_id}
Get a single evaluation group by ID
Update Evaluation Group -> { id, account_id, created_at, 8 more... }
put/v5/evaluation-groups/{group_id}
Full update of evaluation group. All fields are replaced with provided values. Omitted optional fields are cleared.
Patch Evaluation Group -> { id, account_id, created_at, 8 more... }
patch/v5/evaluation-groups/{group_id}
Partial update of evaluation group attributes (name, description, tags, metadata). Members cannot be modified via PATCH.
Archive Evaluation Group -> { id, account_id, created_at, 8 more... }
delete/v5/evaluation-groups/{group_id}
Soft-delete an evaluation group and cascade to members, row identifiers, and charts