Ask Kevin is smarter.
OmniDimension
Simulation

List simulations

Retrieve simulations with pagination.

GET/simulations
Query parameters
pagenointeger
pagesizeinteger
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
Default1
pagesize?integer
Default10
Rangevalue <= 150

Response Body

application/json