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