Skip to main content

URL

POST 

/workstations/:workstation_id/browser/tabs/:tab_id/url

Navigate to a specific URL in the Workstation browser.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

    tab_id int32required

    The ID associated to a Browser Tab.

Body

required

    url uri

    The URL to navigate to.

Responses

Go-To-URL action successful

Schema

    id int32required

    The integer ID associated with a Browser Tab.

    status BrowserTabStatus (string)required

    Possible values: [active, completed, errored]

    The status of the Browser Tab.

    createdAt date-timerequired

    The creation time of the Browser Tab.

Loading...