---
title: "Check whether the desktop browser runtime is connected for a session"
method: GET
path: "/api/v1/browser/status"
tags: ["browser"]
---

# Check whether the desktop browser runtime is connected for a session

`GET /api/v1/browser/status`

## Query parameters

- `sessionId` string — AO session identifier.

## Headers

- `X-AO-Browser-Capability` string — Opaque browser capability injected into the owning AO worker.

## Response `200`

OK

- BrowserStatusResponse
  - `connected` boolean, required
  - `connectedAt` string, date-time
  - `sessionId` string, required
  - `transport` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/versions/0754881ee8f4/schema)
