Skip to main content
GET
Get Simulation Evaluation Summary Endpoint

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

simulation_id
string
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Query Parameters

group_id
string
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

Response model for aggregated evaluation results across all runs of a simulation.

simulation_id
string
required

ID of the simulation configuration

group_id
string | null

ID of the specific simulation group (if filtering by group)

selected_workflow_summary
WorkflowEvaluationSummary · object | null

Evaluation summary for the selected (source) workflow. None if no evaluation configured.

counter_workflow_summary
WorkflowEvaluationSummary · object | null

Evaluation summary for the counter workflow. None if no evaluation configured.