curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/simulate/status/{simulationId} \
--header 'Authorization: Bearer <token>'{
"entity_id": "string",
"entity_type": "string",
"simulation": {
"action": "string",
"message": "string",
"next": {},
"schedule_time": "2019-08-24T14:15:22Z",
"status": "string"
},
"simulation_id": "df0e679f-936d-49a6-bcd5-04f5809bd3f2"
}Get the status of a simulation
curl --request GET \
--url https://gateway-dev.shipbob.dev/2025-07/simulate/status/{simulationId} \
--header 'Authorization: Bearer <token>'{
"entity_id": "string",
"entity_type": "string",
"simulation": {
"action": "string",
"message": "string",
"next": {},
"schedule_time": "2019-08-24T14:15:22Z",
"status": "string"
},
"simulation_id": "df0e679f-936d-49a6-bcd5-04f5809bd3f2"
}Authentication using Personal Access Token (PAT) token
The simulation id