Get queue status
Account
Queue status
Returns the workspace’s concurrency state: active browser slots in use, waiting jobs, and the plan’s max concurrency.
GET
Get queue status
Check how many browser slots your workspace is currently using, how many jobs are waiting, and your plan’s concurrency limit.
Use this to monitor your queue before submitting large batch jobs, or to build dashboards that show real-time scraping activity.
Concurrency limits
Each plan has a maximum number of concurrent browser slots:
When all your browser slots are in use, new sync scrape requests return
429 with a Retry-After header. Async jobs (batch, crawl) queue and wait for a slot to open.
Per-request concurrency cap
PassmaxConcurrency in your /v1/read request to limit how many browser slots a single batch or crawl job uses. This prevents one large job from consuming all your slots.

