Skip to main content
GET
Export project measurements (CSV)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

folder_id
string<uuid>
required

Query Parameters

columns
string[] | null

Measurement columns to include, repeated once per column. Omit for all columns. Valid columns: image_name, image_width, image_height, segmentation_id, segmentation_source, model_name, confluency, roi_index, roi_id, cell_type, tags, entity_type, area_px, perimeter_px, centroid_x, centroid_y, bbox_x, bbox_y, bbox_w, bbox_h.

Example:

Response

A CSV of per-cell measurements for every analyzed image in the project.

The response is of type file.