Skip to main content
List simulation boards in a study

Path Parameters

project_id
string
required
study_id
string
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

name
string
required

The name of the simulation board.

template_id
string
required

The experiment template this board is bound to.

project_id
string
required

The project this simulation board belongs to.

organization_id
string
required

Organization this simulation board belongs to.

id
string
required

The unique identifier for the board.

created_at
string<date-time>
required

Timestamp of when the board was created.

study_id
string | null

The study this simulation board belongs to, if any.

config
Config · object

Visualization config (plots and grid layout).

table_filter
Table Filter · object

Persisted MUI DataGrid filter model for this board.

column_visibility
Column Visibility · object | null

Persisted MUI DataGrid column visibility model for this board.