cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/vms/list \ --header 'Authorization: Bearer <token>'
{ "vms": [ { "vm_id": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "instance_specs": {}, "ip_address": "<string>", "hardware_profile": "<string>", "gpu_count": 123, "name": "<string>", "billed": 123, "status_check_url": "<string>", "polling_message": "<string>" } ], "total": 123 }
List VMs for the current user with optional status filtering.
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Successful Response
Response model for listing VMs.
Show child attributes