Analyses

Read analysis data as columnar JSON, at the caller's density

Return analysis columns as {name: [values]}, windowed and decimated.

The counterpart to /download-url: that hands the browser the whole parquet, which is what "save this file" needs and what drawing it does not. Supports semantic zoom — refetch with x_min/x_max and a width-derived max_points on each gesture.

get/analyses/{analysis_id}/series

Path parameters

analysis_idstring required

Query parameters

xstring required

Column plotted on x; also the axis binned on

Column plotted on x; also the axis binned on

columnsstring required

Comma-separated columns to return

Comma-separated columns to return

max_pointsinteger nullable

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

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

x_minnumber nullable

Lower x bound (inclusive)

Lower x bound (inclusive)

x_maxnumber nullable

Upper x bound (inclusive)

Upper x bound (inclusive)

Response

Successful Response

{"stackTrail":"paths:/analyses/{analysis_id}/series:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.