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.
Query parameters
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.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.