Simulation Results
Simulation APIs
Simulation Results
Retrieve the complete results and data from a completed simulation
GET
Simulation Results
Overview
The Simulation Results API provides access to the complete generated simulation data, including 3D models, agent behaviors, terrain information, and interactive elements. This endpoint returns comprehensive simulation data that can be used for visualization, analysis, or further processing.Authentication
This endpoint supports anonymous access for completed simulations, allowing you to retrieve results without authentication if you have the simulation ID.
Path Parameters
The unique identifier of the completed simulation
Query Parameters
Response format:
json, geojson, gltf, fbxWhether to include 3D model assets and textures in the response
Compression format:
none, gzip, brotliExample Requests
Response (JSON Format)
The unique identifier of the simulation (“id”)
Current status (should be
completed for successful retrieval)Simulation metadata and configuration
Environment and terrain data
Array of all actors (agents) in the simulation
Geographic and structural features
3D models, textures, and other simulation assets
Example Response
Export Formats
GeoJSON Format
Whenformat=geojson, the response contains geographic data in GeoJSON format:
3D Model Formats
Whenformat=gltf or format=fbx, the response includes download URLs for 3D model files:
Status Codes
Simulation results retrieved successfully
Simulation is still processing (not yet completed)
Simulation not found
Simulation results have expired and are no longer available
Server error retrieving results
Data Retention
- Simulation results are stored for 30 days after completion
- 3D model assets are available for download for 7 days
- Premium users get extended retention periods
- Enterprise users can configure custom retention policies
Integration Examples
Unity Integration
Web Visualization
Next Steps
- Learn about Risk Analysis to add safety assessments
- Explore Urban Mobility MARL for real-time simulations
- Check out integration guides for popular 3D engines and frameworks