const client = new Dedalus();
const result = await client.machines.terminals.list({ ...params });
{
"items": [
{
"created_at": "2023-11-07T05:31:56Z",
"height": 123,
"machine_id": "<string>",
"status": "wake_in_progress",
"terminal_id": "<string>",
"width": 123,
"error_code": "<string>",
"error_message": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"protocol": "websocket",
"ready_at": "2023-11-07T05:31:56Z",
"retry_after_ms": 123,
"stream_url": "<string>"
}
],
"next_cursor": "<string>"
}
Authorizations
ApiKeyAuthBearerAuth
Dedalus API key. Alternative to Bearer token.
Last modified on April 9, 2026