---
title: "Pi Fleet"
method: GET
path: "/v1/ops/operations/pi-fleet"
tags: ["operator observability"]
---

# Pi Fleet

`GET /v1/ops/operations/pi-fleet`

## Headers

- `authorization` string, nullable
- `x-darwin-token` string, nullable

## Response `200`

Successful Response

- PiFleet
  - `observed_at` string, required
  - `boxes` PiBox[]
    - `sandbox_id` string, required
    - `team` string, required
    - `team_id` string, required
    - `template` string, required
    - `provider_state` string, required
    - `role` string
    - `owners` RegisteredOwner[]
      - `name` string, required
      - `email` string, nullable
      - `phone` string, nullable
    - `identity_read` boolean
    - `cpu` integer, required
    - `memory_mb` integer, required
    - `started_at` string, required
    - `ends_at` string, required
    - `sampled_at` string, nullable
    - `capacity` integer, nullable
    - `pool_read` boolean
    - `processes` PiProcess[], nullable
      - `pid` integer, required
      - `phase` 'available' | 'binding' | 'ready' | 'working' | 'unknown'
    - `note` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

## Changes

> 32 revisions in range; 1 not diffed.

- **2026-09-16** `cdd163f61900` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stormy/apis/stormy-control-plane/changes/v1/ops/operations/pi-fleet/get.md)

---

[API](https://skmtc.dev/stormy/apis/stormy-control-plane.md) · [All operations](https://skmtc.dev/stormy/apis/stormy-control-plane/llms.txt) · [OpenAPI document](https://skmtc.dev/stormy/apis/stormy-control-plane/revisions/b09e3c4ee2af?raw)
