Simulation
List simulations
Retrieve simulations with pagination.
GET/simulations
Bearersession
Query parameters
pagenointegerPage number for pagination.
pagesizeintegerItems per page (max 150).
curl -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
Page number for pagination.
Default
1pagesize?integer
Items per page (max 150).
Default
10Range
value <= 150Response Body
application/json
