optimization

Get Optimization With Jobs

List optimization jobs and optimization records for the project.

Filter parameters support Supabase filter operators:

  • Text fields (name, template_name, cell_name, model_name, created_by_email): use ilike.%value% for partial match.
  • Status: use eq.completed or in.(pending,running) for multiple values.
  • Date range: use created_at_gt and created_at_lt for between queries.
get/optimize

Query parameters

project_idstring required
limitinteger
offsetinteger
qstring nullable
namestring nullable
statusstring nullable
template_namestring nullable
cell_namestring nullable
model_namestring nullable
created_by_emailstring nullable
created_atstring nullable
created_at_gtstring nullable
created_at_ltstring nullable
updated_at_gtstring nullable
updated_at_ltstring nullable

Response

Successful Response

totalinteger required

Changes