[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Browser](./puppeteer.protocol.browser.md) > [GetWindowForTargetRequest](./puppeteer.protocol.browser.getwindowfortargetrequest.md) ## Protocol.Browser.GetWindowForTargetRequest interface Signature: ```typescript export interface GetWindowForTargetRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [targetId](./puppeteer.protocol.browser.getwindowfortargetrequest.targetid.md) | [Target.TargetID](./puppeteer.protocol.target.targetid.md) | Devtools agent host id. If called as a part of the session, associated targetId is used. |