Simulation Run Plan
Get run plan by ID
Returns a specific simulation run plan by its ID.
get/v1/simulation/plan/{planId}
Path parameters
planIdstring uuid required
The ID of the run plan to retrieve
Response
The requested run plan
Example response
{
"data": {
"scenarios": [
{
"variables": {
"customerName": "John Doe",
"appointmentDate": "2024-02-15"
}
}
]
}
}