Skip to main content
GET
/
boxes
/
terminal
/
{token}
Terminal Page
const options = {method: 'GET'};

fetch('https://api.browser-use.com/api/v3/boxes/terminal/{token}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.browser-use.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

Response

Successful Response

The response is of type string.