Skip to main content
GET
/
v1
/
machines
Typescript
const client = new Dedalus();

const result = await client.machines.list({ ...params });
{ "items": [ { "created_at": "2023-11-07T05:31:56Z", "desired_state": "running", "machine_id": "<string>", "memory_mib": 123, "status": { "last_progress_at": "2023-11-07T05:31:56Z", "last_transition_at": "2023-11-07T05:31:56Z", "phase": "accepted", "reason": "<string>", "retryable": true, "revision": "<string>", "last_error": "<string>" }, "storage_gib": 123, "vcpu": 123 } ], "next_cursor": "<string>" }

Authorizations

x-api-key
string
header
required

Dedalus API key. Alternative to Bearer token.

Headers

X-Dedalus-Org-Id
string

Query Parameters

limit
integer<int64>
cursor
string

Response

OK

items
object[] | null
required
next_cursor
string
Last modified on April 9, 2026