JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk'; const client = new Hyperbrowser({ apiKey: 'your-api-key' }); await client.agents.browserUse.getStatus('task-id');
{ "status": "pending" }
Browser use task status
pending
running
completed
failed
stopped
Was this page helpful?