Skip to main content

List

GET 

/workstations/:workstation_id/browser/tabs

List all open tabs in the Workstation browser.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Responses

Successfully listed the set of open tabs.

Schema

    object string

    Possible values: [list]

    data

    object[]

  • Array [

  • 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...