Skip to main content
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

Pass maxConcurrency 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.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Queue status

success
enum<boolean>
required
Available options:
true
data
object
required