List vault fleets
Returns the fleets for the authenticated user's vault with machine counts. Proxies hive GET /v1/fleet/.
GET
/api/settings/fleetRequest
curl
curl -X GET https://platform.trickest.com/api/settings/fleet \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of fleets
resultsobject[]requiredcountintegernextstringpreviousstring400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring