Simulation
List simulations
Retrieve simulations with pagination.
GET/simulations
Bearersession
Query parameters
pagenointegerpagesizeintegercurl -X GET 'https://backend.omnidim.io/api/v1/simulations?pageno=1&pagesize=10' \ -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{ "records": [], "total_records": 0 }
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token authentication. Obtain your API key from the OmniDimension dashboard.
In: header
Query Parameters
pageno?integer
Default
1pagesize?integer
Default
10Range
value <= 150Response Body
application/json
