Skip to Content

POST /simulation/search

Search Simulation

Search simulations — composable infra architecture.

Request Body (SearchSimulationApiRequest)

FieldTypeRequiredDescription
searchstringNo
filter_scenario_idsstring[]No
filter_cohort_idsstring[]No
filter_department_idsstring[]No
scenario_searchstringNo
cohort_searchstringNo
department_searchstringNo
flag_searchstringNo
page_sizeintegerNo
page_offsetintegerNo
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (ListSimulationApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
simulationsListSimulationApiSimulation[]NoList of simulation items
scenariosListSimulationApiScenario[]NoList of scenario items
scenario_filterListFilterSectionNoFilter options for scenarios
cohort_filterListFilterSectionNoFilter options for cohorts
department_filterListFilterSectionNoFilter options for departments
flag_filterListFilterSectionNoFilter options for flags
total_countintegerNoTotal number of matching records
import_fieldsImportField[]NoCSV import column schema for the bulk-import dialog
Last updated on