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