Basic Simulation Operations
Create
Creating a blank simulation
Update
Updating fields on an existing simulation
Delete
Deleting a simulation
List/Get
Listing and retrieving simulations
The AirApi offers a convenient way to access a paginated collection of simulation objects. This API returns an iterator composed of Simulation objects, allowing for efficient data handling. If you wish to work with all simulations at once, you can easily convert this iterator into a list by using the list function. Alternatively, you can choose to process each simulation individually by iterating over the iterator directly. This flexibility enables you to handle simulation data in a manner that best suits your specific needs and workflow.