---
title: "Get window info"
method: GET
path: "/v1/sessions/{sessionId}/windows/{windowId}"
tags: ["windows"]
---

# Get window info

`GET /v1/sessions/{sessionId}/windows/{windowId}`

Get information about a browser window in a session, including the live view url.

## Path parameters

- `sessionId` string, required
- `windowId` string, required

## Query parameters

- `includeNavigationBar` boolean
- `disableResize` boolean
- `screenResolution` string

## Headers

- `Authorization` string, required

## Response `201`

Created

- TypeWindowResponse
  - `data` TypeWindow, required
    - `liveViewUrl` string, required — Url for loading a browser window live view that is configured according to the request options like screenResolution, disableResize, etc.
    - `targetId` string, required — CDP target ID of the browser window
    - `windowId` string, required — Airtop window ID of the browser window
  - `errors` TypeIssue[]
    - `code` string — Issue code.
    - `details` object — Any associated details.
    - `message` string, required — Message describing the issue.
    - `reason` string — Underlying reason for the issue.
  - `meta` TypeEnvelopeDefaultMeta, required
    - `requestId` string
  - `warnings` TypeIssue[]
    - `code` string — Issue code.
    - `details` object — Any associated details.
    - `message` string, required — Message describing the issue.
    - `reason` string — Underlying reason for the issue.

---

[API](https://skmtc.net/airtop/apis/airtop-api.md) · [All operations](https://skmtc.net/airtop/apis/airtop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airtop/airtop-api/revisions/4a02eb5d21ca/schema)
