List models for an organization
API Reference
List models for an organization
List models for an organization with pagination, filtering, and sorting.
Filter parameters support Supabase filter operators, per the field’s declared policy:
- Text fields (name, description, 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
List models for an organization
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
name, created_at, updated_at Available options:
asc, desc