Create a run for a simulation
posthttps://api.paddle.com/simulations/{simulation_id}/runs
Creates a new simulation run for a simulation.
If successful, your response includes a copy of the new simulation run entity.
Path Parameters
simulation_idstringrequired
Paddle ID of the simulation entity to work with.
Response
dataobject
Represents a simulation run entity.
One of:
idstring
Unique Paddle ID for this simulation run, prefixed with ntfsimrun_
.
statusstring
Status of this simulation run.
created_atstring<date-time>
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
updated_atstring<date-time>
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
typestring
Single event sent for this simulation, in the format entity.event_type
.
metaobject
Information about this response.
request_idstring
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
Response