Planned Measurements

List planned measurements for a project

List a project's planned measurements.

name supports Supabase filter operators (e.g. ilike.%formation% for a partial match, eq.Formation for an exact match).

q is the search box's free-text query, which also matches the related names the table shows; it composes with the column filters above.

get/projects/{project_id}/planned_measurements

Path parameters

project_idstring required

Query parameters

status'requested' | 'scheduled' | 'in_progress' | 'completed' | 'cancelled'

Lifecycle state for a planned measurement.

channel_idstring nullable
namestring nullable
qstring nullable

Free-text search on the plan name plus prefix full-text match on the protocol, cell spec, program, cycler and channel names the scheduler table displays, matching the global search.

Free-text search on the plan name plus prefix full-text match on the protocol, cell spec, program, cycler and channel names the scheduler table displays, matching the global search.

limitinteger
offsetinteger
order_by'planned_start_time' | 'planned_end_time' | 'created_at' | 'updated_at' | 'name' | 'status'
order'asc' | 'desc'

Response

Successful Response

{"stackTrail":"paths:/projects/{project_id}/planned_measurements: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.