Authorizations
Path Parameters
Response
Crawl job status
Available options:
pending, running, completed, failed, stopped 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"
}Crawl job status
pending, running, completed, failed, stopped Was this page helpful?