Get a session
Get details about a specific browser session, including the browser address for cdp connection.
Path parameters
The ID of the browser session. browser_session_id starts with pbs_
The ID of the browser session. browser_session_id starts with pbs_
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successfully retrieved browser session details
Example response
{
"browser_session_id": "pbs_123456",
"status": "created",
"runnable_type": "task",
"runnable_id": "tsk_123456",
"timeout": 60,
"browser_address": "http://localhost:9222",
"app_url": "https://app.skyvern.com/browser-session/pbs_123456"
}Changes
Changed in 5 of the 63 revisions of this API.59
- ○
added the optional property
generate_browser_profileto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
downloaded_files/anyOf[subschema #1]/items/artifact_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
downloaded_files/anyOf[subschema #1]/items/file_sizeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recordings/anyOf[subschema #1]/items/artifact_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recordings/anyOf[subschema #1]/items/file_sizeto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
downloaded_files/anyOf[subschema #1]/items/artifact_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
downloaded_files/anyOf[subschema #1]/items/file_sizefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
recordings/anyOf[subschema #1]/items/artifact_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
recordings/anyOf[subschema #1]/items/file_sizefrom the response with the200statusresponse-optional-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
downloaded_files/anyOf[subschema #1]/items/artifact_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
downloaded_files/anyOf[subschema #1]/items/file_sizeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recordings/anyOf[subschema #1]/items/artifact_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
recordings/anyOf[subschema #1]/items/file_sizeto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
stealth-chromiumenum value to thebrowser_type/anyOf[subschema #1: PersistentBrowserType]/response property for the response status200response-property-enum-value-added
- ●