get_simulation_run
Retrieve a simulation run from Paddle by its ID, optionally including related events to analyze the simulation's outcomes.
Instructions
This tool will retrieve a simulation run from Paddle by its ID.
Use the include parameter to include related entities in the response:
events: An array of events entities for events sent by this simulation run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| simulationId | Yes | Paddle ID of the simulation entity associated with the run. | |
| simulationRunId | Yes | Paddle ID of the simulation run entity. | |
| include | Yes | Include related entities in the response. |