Create Evaluation Dashboard
Create a dashboard bound to exactly one evaluation or evaluation group.
The request must set exactly one of evaluation_id or evaluation_group_id
(enforced as XOR) — supplying both or neither is rejected, and the referenced
evaluation or group must already exist in the caller’s account or the call fails
with a not-found error. If template_dashboard_id is provided, the new dashboard
copies that template’s widget_order and synchronously computes a result for each
of those widgets against the new dashboard’s evaluation data before returning. Any
widget_order supplied is validated to contain only existing, non-duplicate widget
IDs. The dashboard is created and returned immediately; individual widgets are added
afterward through the widget sub-endpoints.
Authorizations
Headers
Body
Dashboard name
1 - 256The tags associated with the entity
Optional description of the dashboard
Evaluation ID (XOR with evaluation_group_id)
Evaluation group ID (XOR with evaluation_id)
Ordered array of widget IDs to display on this dashboard
Optional dashboard ID to use as template. Copies widget_order from template.
Response
Successful Response
Unique identifier of the dashboard
The identity that created the entity.
The tags associated with the entity
Dashboard name
Account that owns this dashboard
When the dashboard was created
When the dashboard was last updated
"evaluation_dashboard"Dashboard description
Evaluation ID
Evaluation group ID
Ordered array of widget IDs
Error message if computation failed
When the dashboard was archived (soft-deleted)
Widgets associated with this dashboard. Populated with 'widgets' view.
Widget results for this dashboard. Populated with 'widget_results' view.

