Start Session
Start a new session and returns a session ID. An existing session cannot provide a session ID during creation.
The session request can be parameterized with :
- session_timeout: The session timeout in minutes (reset at every operation done of the session)
- screenshot: Whether to take a screenshot of the browser session.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
If True, the session will not be closed after the operation is completed.
Whether to include a screenshot in the response.
The ID of the session. A new session is created when not provided.
Session timeout in minutes. Cannot exceed the global timeout.
0 < x < 30
Response
Session creation time
Session duration
Last access time
The ID of the session (created or existing). Use this ID to interact with the session for the next operation.
Session status
active
, closed
, error
, timed_out
Session timeout in minutes. Will timeout if now() > last access time + timeout_minutes
Error message if the operation failed to complete