MCP is live.Set up
OmniDimension
Simulation

List simulations

Retrieve simulations with pagination.

GET/simulations
Query parameters
pagenointeger

Page number for pagination.

pagesizeinteger

Items 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.

Default1
pagesize?integer

Items per page (max 150).

Default10
Rangevalue <= 150

Response Body

application/json