Browser Profiles

Get browser profile

Get a specific browser profile by ID

get/v1/browser_profiles/{profile_id}

Path parameters

profile_idstring required

The ID of the browser profile. browser_profile_id starts with bp_

Example:bp_123456

The ID of the browser profile. browser_profile_id starts with bp_

Headers

x-api-keystring nullable

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 profile

browser_profile_idstring required
organization_idstring required
namestring required
descriptionstring nullable
source_browser_typestring nullable
proxy_session_idstring nullable
is_managedboolean
workflow_permanent_idstring nullable
browser_profile_key_digeststring nullable
created_atstring date-time required
modified_atstring date-time required
deleted_atstring date-time nullable

Example response

{
  "proxy_location": {
    "country": "US",
    "subdivision": "CA",
    "city": "New York"
  }
}

Changes

Changed in 4 of the 63 revisions of this API.17

    • added the optional property browser_profile_key_digest to the response with the 200 status

      response-optional-property-added

    • added the optional property is_managed to the response with the 200 status

      response-optional-property-added

    • added the optional property proxy_location to the response with the 200 status

      response-optional-property-added

    • added the optional property proxy_session_id to the response with the 200 status

      response-optional-property-added

    • added the optional property workflow_permanent_id to the response with the 200 status

      response-optional-property-added

    • added the optional property source_browser_type to the response with the 200 status

      response-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 source_browser_type from the response with the 200 status

      response-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 source_browser_type to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog