fleet usage
List fleet tools with usage
Returns the top tools in the workspace with run counts, latency, and agent counts for the given time window. Defaults to sorting by runs descending; pass sort_by and sort_order to change.
get/v1/platform/fleet/usage/tools
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 (runs, avg_latency_ms, agent_count, last_used)
sort_orderstring
Sort direction (asc, desc)
Response
OK
Changes
Changed in 1 of the 48 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○