Skip to main content
GET
/
v2
/
browser.onlineList
ListOnlineBrowserClients
curl --request GET \
  --url https://api.manus.ai/v2/browser.onlineList \
  --header 'x-manus-api-key: <api-key>'
{
  "ok": true,
  "request_id": "<string>",
  "data": [
    {
      "client_id": "<string>",
      "client_name": "<string>",
      "ua": "<string>"
    }
  ]
}
Questions or issues? Contact us at api-support@manus.ai. Use this endpoint to get available browser clients before creating a task with My Browser. Pass the returned client_id as a connector in task.create. See the Task Lifecycle guide for the full workflow.

Authorizations

x-manus-api-key
string
header
required

Response

Online browser clients retrieved successfully.

ok
boolean

Whether the request was successful.

Example:

true

request_id
string

Unique identifier for this API request.

data
object[]

Array of online browser client objects.