Cell Specifications
Cell Instances

List cell instances for a cell specification

List cell instances for a specification with pagination and filtering.

Filter parameters support Supabase filter operators:

  • Text fields (name, created_by_email): Use ilike.%value% for partial match
  • Date fields: Use gte.value, lte.value, etc.
  • Date range: Use created_at_gt and created_at_lt for between queries
get/cell_specifications/{cell_spec_id}/cell_instances

Path parameters

cell_spec_idstring required

Query parameters

limitinteger
offsetinteger
qstring nullable

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

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

namestring 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/{cell_spec_id}/cell_instances: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.