---
title: "GET /v1/projects/{projectOrProductUID}/fleets"
method: GET
path: "/v1/projects/{projectOrProductUID}/fleets"
tags: ["project"]
---

# GET /v1/projects/{projectOrProductUID}/fleets

`GET /v1/projects/{projectOrProductUID}/fleets`

Get Project Fleets

## Response `200`

The response body from a fleets endpoint.

- object
  - `fleets` Fleet[], required
    - `connectivity_assurance` FleetConnectivityAssurance, nullable
      - `enabled` boolean, nullable — Whether Connectivity Assurance is enabled for this fleet
    - `created` string, date-time, required — RFC3339 timestamp in UTC
    - `environment_variables` object — The environment variables for this device that have been set using the Notehub API or UI.
    - `label` string, required — Fleet label
    - `smart_rule` string — JSONata expression that will be evaluated to determine device membership into this fleet, if the expression evaluates to a 1, the device will be included, if it evaluates to -1 it will be removed, and if it evaluates to 0 or errors it will be left unchanged.
    - `smart_rule_enabled` boolean
    - `uid` string, required — Fleet UID
    - `watchdog_mins` integer — A watchdog timer is used to generate an event every N minutes of inactivity. 0 means no watchdog

## Other responses

- `default` — The response body in case of an API error.

## Changes

- **2026-07-10** `1887e880199a` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `default`
  - added the optional property `debug` to the response with the `default` status
  - added the optional property `details` to the response with the `default` status
  - added the optional property `request` to the response with the `default` status
  - …3 more
- **2025-12-10** `42b8a45c6421` — 1 info
  - added the optional property `fleets/items/smart_rule_enabled` to the response with the `200` status
- **2025-12-03** `657ea328618c` — 2 breaking
  - the response property `fleets/items/connectivity_assurance/enabled` became nullable for the status `200`
  - the response property `fleets/items/connectivity_assurance/enabled` became optional for the status `200`

[Change history](https://skmtc.dev/notefile/apis/notehub-api/changes/v1/projects/:projectOrProductUID/fleets/get.md)

---

[API](https://skmtc.dev/notefile/apis/notehub-api.md) · [All operations](https://skmtc.dev/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notefile/notehub-api/revisions/9c5b2b63a991/schema)
