---
title: "List an org's VMs (cursor-paginated)"
method: GET
path: "/v1/orgs/{orgId}/vms"
tags: ["VMs"]
---

# List an org's VMs (cursor-paginated)

`GET /v1/orgs/{orgId}/vms`

## Path parameters

- `orgId` string, required

## Query parameters

- `limit` integer
- `cursor` string
- `activeOnly` boolean

## Response `200`

Page of VMs

- VmPage
  - `items` VmSummary[], required
    - `capabilityTier` string — compute-fabric capability tier (e.g. "pod"); empty for a plain VM
    - `computeClass` string — compute-fabric purchase option (on_demand; pods created before the rename carry the legacy reserved or interruptible values); empty for a plain VM
    - `createdAt` string
    - `diskSizeGb` integer
    - `endpointUrl` string
    - `gpuCount` integer
    - `gpuModelId` string
    - `gpuModelName` string
    - `id` string, required
    - `imageUrl` string — tenant container image (pods)
    - `managedBy` string — platform owner of this row ("serving" = inference serving replica, read-only on customer surfaces); empty for a customer-launched VM
    - `name` string, required
    - `organizationId` string, required
    - `pricePerHourCents` integer
    - `provisioningStage` string
    - `public` boolean — true = open endpoint (no data-plane auth); false = require an org API key
    - `resourceSize` string
    - `serviceType` string — managed-service tag; empty for a plain VM
    - `status` string, required
    - `statusReason` string — human-readable cause for failed/stuck states
    - `tier` string
  - `nextCursor` string

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

## Changes

- **2026-08-17** `7e2fe85577f4` — 1 info
  - added the optional property `items/items/managedBy` to the response with the `200` status
- **2026-08-15** `d728989c2568` — 1 info
  - added the new optional `query` request parameter `activeOnly`

[Change history](https://skmtc.dev/openrelay/apis/openrelay-api/changes/v1/orgs/:orgId/vms/get.md)

---

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