cURL
curl --request GET \ --url https://api-qa.interactly.ai/workflows/v1/simulation-runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "simulation_group": { "simulation_config_id": "5eb7cf5a86d9755df3a6c593", "team_id": "<string>", "created_by": "<string>", "updated_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "_id": "5eb7cf5a86d9755df3a6c593", "status": "pending", "total_runs": 0, "completed_runs": 0, "failed_runs": 0 } }
Get details of a specific simulation group run.
Retrieve your API Key from Dashboard API Keys Section.
24
"5eb7cf5a86d9755df3a6c593"
Successful Response
Response model for a simulation group run.
Simulation group object
Show child attributes