Skip to main content
GET
/
api
/
task
/
cua
/
{id}
/
status
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk';

const client = new Hyperbrowser({ apiKey: 'your-api-key' });

await client.agents.cua.getStatus('task-id');
{
  "status": "pending"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

CUA task status

status
enum<string>
required
Available options:
pending,
running,
completed,
failed,
stopped