fleet usage
List fleet models with usage
Returns the top models used in the workspace with aggregated cost and distinct run counts for the given time window. Defaults to sorting by cost descending; pass sort_by and sort_order to change.
get/v1/platform/fleet/usage/models
Query parameters
limitinteger
Max results (max 100)
start_timestring required
Start of window (ISO8601)
end_timestring required
End of window (ISO8601)
sort_bystring
Sort field (cost, runs, last_used)
sort_orderstring
Sort direction (asc, desc)
Response
OK