Get Simulation Status

View as Markdown
Get the status of a simulation in the ShipBob sandbox environment. Learn more about [sandbox simulations](/sandbox/simulations). <Warning>This endpoint is **only available** on sandbox.</Warning>

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Path parameters

simulationIdstringRequiredformat: "uuid"
The simulation id

Response

The simulation status
entity_idstring or null

The identifier of the entity the simulation is associated with (for example: shipment id).

entity_typestring or null

The type of entity the simulation is associated with (for example: Order).

simulationobject or null

The current status of the simulation action(s), including any chained next actions.

simulation_idstring or nullformat: "uuid"
The unique identifier of the simulation run.