Retrieves a list of simulation runs that match the given criteria.
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "filter": {
- "status": "ready",
- "runType": "external",
- "simulatorIntegrationExternalIds": [
- "PROSPER_connector",
- "DWSIM_connector"
], - "simulatorExternalIds": [
- "PROSPER",
- "PetroSIM"
], - "modelExternalIds": [
- "PROSPER_model",
- "PetroSIM_model"
], - "routineExternalIds": [
- "PROSPER_routine",
- "PetroSIM_routine"
], - "routineRevisionExternalIds": [
- "routineRevisionForModel"
], - "modelRevisionExternalIds": [
- "wellModel"
], - "createdTime": {
- "max": 0,
- "min": 0
}, - "simulationTime": {
- "max": 0,
- "min": 0
}
}, - "limit": 1000,
- "cursor": "string",
- "sort": [
- {
- "order": "asc",
- "property": "createdTime"
}
]
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "simulatorExternalId": "string",
- "simulatorIntegrationExternalId": "string",
- "modelExternalId": "string",
- "modelRevisionExternalId": "string",
- "routineExternalId": "string",
- "routineRevisionExternalId": "string",
- "runTime": 0,
- "simulationTime": 0,
- "status": "ready",
- "statusMessage": "string",
- "runType": "external",
- "userId": "string",
- "logId": 0,
- "createdTime": 0,
- "lastUpdatedTime": 0
}
], - "nextCursor": "string"
}