cURL
curl --request GET \ --url https://api.devin.ai/v3beta1/enterprise/hypervisors
{ "items": [ { "hypervisor_id": "<string>", "status": "<string>", "max_slots": 123, "available_slots": 123, "created_at": 123, "last_heartbeat": 123, "cloud_provider_instance_id": "<string>" } ], "end_cursor": "<string>", "has_next_page": false, "total": 123 }
Get all hypervisors for an enterprise with keyset pagination.
Pagination is based on (tenant_id, id) ordering.
Show child attributes
Successful Response
Cursor to fetch the next page, or None if this is the last page.
Whether there are more items available after this page.
Optional total count (can be omitted for performance).