Skip to main content
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

string
required
The unique identifier of the completed simulation

Query Parameters

string
default:"json"
Response format: json, geojson, gltf, fbx
boolean
default:"true"
Whether to include 3D model assets and textures in the response
string
default:"gzip"
Compression format: none, gzip, brotli

Example Requests

Response (JSON Format)

string
The unique identifier of the simulation (“id”)
string
Current status (should be completed for successful retrieval)
object
Simulation metadata and configuration
object
Environment and terrain data
array
Array of all actors (agents) in the simulation
array
Geographic and structural features
object
3D models, textures, and other simulation assets

Example Response

Export Formats

GeoJSON Format

When format=geojson, the response contains geographic data in GeoJSON format:

3D Model Formats

When format=gltf or format=fbx, the response includes download URLs for 3D model files:

Status Codes

OK
Simulation results retrieved successfully
Accepted
Simulation is still processing (not yet completed)
Not Found
Simulation not found
Gone
Simulation results have expired and are no longer available
Internal Server Error
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