---
title: "List an org's pods (cursor-paginated)"
method: GET
path: "/v1/pods"
tags: ["Pods"]
---

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

`GET /v1/pods`

Compute-fabric pods for the org resolved from the API key. A pod is a managed_by=fabric Vm row (capabilityTier=pod), so each item is a VmSummary and paging mirrors listOrgVms.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Page of pods

- VmPage
  - `items` VmSummary[], required
    - `capabilityTier` string — compute-fabric capability tier (e.g. "pod"); empty for a plain VM
    - `computeClass` string — compute-fabric compute class (interruptible|reserved); 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)
    - `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

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/32905b8f44f8/schema)
