Cell Specifications

List cell specifications for the current organization

List cell specifications with pagination and optional filtering.

With project_id, only specs linked to that project; without it, every spec in the organization.

Material reverse-lookup: material_id/material_ids search all slots, a per-slot <slot>_material_id only that slot, and exclude_cell_spec_id drops one spec. These take precedence over the text/date filters, which use Supabase operators (ilike.%value%, gte.value); created_at_gt/ _lt bound a range. q is the search box's free-text param.

get/cell_specifications

Query parameters

fullboolean
project_idstring nullable
limitinteger
offsetinteger
qstring nullable

Free-text search on cell specification name plus prefix full-text match, matching the global search. Composes with the column filters.

Free-text search on cell specification name plus prefix full-text match, matching the global search. Composes with the column filters.

namestring nullable
form_factorstring nullable
anodestring nullable
cathodestring nullable
material_idstring nullable
material_idsstring[] nullable
anode_material_idstring nullable
cathode_material_idstring nullable
electrolyte_material_idstring nullable
separator_material_idstring nullable
case_material_idstring nullable
exclude_cell_spec_idstring nullable
created_by_emailstring nullable
created_atstring nullable
created_at_gtstring nullable
created_at_ltstring nullable
updated_atstring nullable
updated_at_gtstring nullable
updated_at_ltstring nullable
order_by'name' | 'created_at' | 'updated_at'
order'asc' | 'desc'

Response

Successful Response

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

Changes