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