---
title: "List Hypervisors"
method: GET
path: "/v3/enterprise/hypervisors"
---

# List Hypervisors

`GET /v3/enterprise/hypervisors`

## Query parameters

- `after` string, nullable
- `first` integer
- `status` 'available' | 'restarting' | 'disconnected' | 'terminated' | 'draining' | 'all'

## Response `200`

Successful Response

- PaginatedResponseHypervisorResponse
  - `end_cursor` string, nullable — Cursor to fetch the next page, or None if this is the last page.
  - `has_next_page` boolean — Whether there are more items available after this page.
  - `items` HypervisorResponse[], required
    - `cloud_provider_instance_id` string, nullable, required
    - `created_at` integer, nullable, required
    - `hypervisor_id` string, required
    - `last_heartbeat` integer, nullable, required
    - `status` string, required
    - `utilization_percentage` number, required
  - `total` integer, nullable — Optional total count (can be omitted for performance).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

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