v2

latestOpenAPI 3.1.02026-08-05100545344.4 KB

List simulation suites

List simulation suites with pagination and optional filtering.

get/simulation_suites

Query parameters

page_numberinteger

Page number.

page_sizeinteger

Number of items per page.

searchstring

Search term for simulation suite names.

model_idsstring[]

Filter by list of model IDs.

start_datestring date-time

Filter by created_at >= start_date (ISO format).

end_datestring date-time

Filter by created_at <= end_date (ISO format).

Headers

Authorizationstring required

Bearer authentication

Response

200

statusstring

Whether the request was successful.