Skip to main content
Read analysis data as columnar JSON, at the caller's density

Path Parameters

analysis_id
string
required

Query Parameters

x_column
string | null

Column plotted on x; also the axis binned on

x
string | null
deprecated

Deprecated alias for x_column, kept for one release. x_column wins when both are given.

columns
string
required

Comma-separated columns to return

max_points
integer | null

Width-derived row ceiling. Omit to return the window undecimated.

Required range: 1 <= x <= 80000
x_min
number | null

Lower x bound (inclusive)

x_max
number | null

Upper x bound (inclusive)

Response

Successful Response