Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
Successful Response
The ID of the session (created or existing). Use this ID to interact with the session for the next operation.
Session timeout in minutes. Will timeout if now() > last access time + timeout_minutes
Session creation time
Last access time
Session status
active
, closed
, error
, timed_out
Session closing time
Session duration
Steps of the session
Error message if the operation failed to complete
Credit usage for the session. None
Whether proxies were used for the session. True if any proxy was applied during session creation.
chromium
, chrome
, firefox
, chrome-nightly
Whether FileStorage was attached to the session.