v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-285553225.5 KB
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"
        }
      }
    ]
  }
}