v62

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-31136116265.6 KB
project

Get Device Fleets

get/v1/projects/{projectOrProductUID}/devices/{deviceUID}/fleets

Response

The response body from a fleets endpoint.

Example response

{
  "fleets": [
    {
      "connectivity_assurance": {
        "enabled": true
      }
    }
  ]
}