Skip to main content
Get time series data for a measurement

Path Parameters

measurement_id
string
required

Query Parameters

target_rows
integer | null

Target rows for downsampled time series

Required range: x >= 1
columns
string | null

Comma-separated list of columns to load (e.g., 'time,voltage')

step_counts
string | null

Comma-separated list of step counts to filter (e.g., '0,1,2')

cycle_counts
string | null

Comma-separated list of cycle counts to filter (e.g., '1,2,3')

time_min
number | null

Deprecated: use x_min

time_max
number | null

Deprecated: use x_max

x_min
number | null

Minimum x-axis value to filter

x_max
number | null

Maximum x-axis value to filter

x_column
string | null

Column name for x-axis filtering (e.g., 'Time [s]')

Response

Successful Response