import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.extract.get('job-id');{
"jobId": "<string>",
"status": "pending",
"data": {},
"error": "<string>"
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.extract.get('job-id');{
"jobId": "<string>",
"status": "pending",
"data": {},
"error": "<string>"
}Was this page helpful?