List models with filters
List models with pagination, standard filters, sorting, and recent global throughput metrics.
Headers
Authorization
Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.
Query parameters
page
Page number.
page_size
Number of results to return per page. Maximum 100.
sort_by
Field to sort by. Prefix with - for descending order.
all
If true, return all matching models without pagination for routes that support it.
Response
Paginated list of models.
count
Total number of matching models.
results
next
URL for the next page, if any.
previous
URL for the previous page, if any.
current_filters
Normalized filters applied to this request.
Errors
401
Unauthorized Error