List cell specifications for the current organization
List cell specifications with pagination and optional filtering.
When project_id is supplied, returns only specs linked to that project.
Without project_id, returns all specs for the current organization.
Material reverse-lookup: supplying any of material_id, material_ids,
or a per-slot <slot>_material_id (anode/cathode/electrolyte/
separator/case) returns the specs that reference those materials. A
per-slot param restricts the search to that slot; the generic material_id
/material_ids search all slots. exclude_cell_spec_id drops a spec from
the results (self-exclusion). These params take precedence over the
text/date filters below.
Filter parameters support Supabase filter operators:
- Text fields (name, form_factor, anode, cathode, created_by_email): Use
ilike.%value%for partial match - Date fields (created_at, updated_at): Use
gte.value,lte.value, etc. - Date range: Use created_at_gt and created_at_lt for between queries
Query Parameters
1 <= x <= 1000x >= 0name, created_at, updated_at asc, desc Response
Successful Response