Browser Pools
List browser pools
List browser pools in the resolved project.
get/browser_pools
Query parameters
limitinteger
Limit the number of browser pools to return.
offsetinteger
Offset the number of browser pools to return.
querystring
Case-insensitive substring match against browser pool name. IDs match by exact value.
namestring
Exact-match filter on browser pool name using the database collation. In production, matching is case- and accent-insensitive. During the default-project migration, unscoped requests prefer a concrete default-project browser pool over a legacy unscoped browser pool with the same name.
Response
List of browser pools
Example response
[
{
"id": "iv25ujqf37x3j07dwoffegqr",
"name": "my-pool",
"available_count": 85,
"acquired_count": 15,
"browser_pool_config": {
"size": 10,
"name": "my-pool",
"stealth": true,
"refresh_on_profile_update": true,
"viewport": {
"width": 1280,
"height": 800,
"refresh_rate": 60
},
"kiosk_mode": true,
"start_url": "https://example.com"
},
"profile_id": "iv25ujqf37x3j07dwoffegqr"
}
]