Get Evaluation Group
Fetch a single evaluation group by its ID.
By default only non-archived groups are returned; set include_deleted to also resolve a soft-deleted group. The views parameter optionally expands the response with the group’s members and/or row_identifiers, and when members are loaded they are enriched with each member evaluation’s name, tags, and creation time. Use the schema endpoint instead when you need the per-evaluation column schemas of the group’s members.
Authorizations
Headers
Path Parameters
Query Parameters
Optional relationships to include: 'members', 'row_identifiers'
Views for evaluation group responses
members, row_identifiers Response
Successful Response
Response model for evaluation group
Unique identifier of the evaluation group
The tags associated with the entity
Name of the evaluation group
When the group was created
Account that owns this evaluation group
"evaluation_group"Optional description
Optional metadata key-value pairs
When the group was soft-deleted
Evaluation members in this group. Populated with 'members' view.
Row identifier mappings. Populated with 'row_identifiers' view.

