Update Browser Session
Stop a browser session.
Refund: When you stop a session, unused time is automatically refunded. If the session ran for less than 1 hour, you’ll receive a proportional refund. Billing is ceil to the nearest minute (minimum 1 minute).
Authorizations
Path Parameters
Body
Request model for updating browser session state.
The action to perform on the session
stop Response
Successful Response
View model for representing a browser session.
Unique identifier for the session
Current status of the session (active/stopped)
active, stopped Timestamp when the session will timeout
Timestamp when the session was created and started
URL where the browser can be viewed live in real-time
Chrome DevTools Protocol URL for browser automation
Timestamp when the session was stopped (None if still active)
Amount of proxy data used in MB
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Cost of proxy usage in USD
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Cost of browser session hosting in USD
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$ID of the agent session that created this browser (None for standalone BaaS sessions)
Presigned URL to download the session recording, if recording was enabled. Only populated on GET /api/v2/browsers/{session_id}: the upload starts when the browser stops, so it is never ready in the stop response.
Caller-supplied labels set when the browser was created.