[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [GetCookiesRequest](./puppeteer.protocol.storage.getcookiesrequest.md) ## Protocol.Storage.GetCookiesRequest interface Signature: ```typescript export interface GetCookiesRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [browserContextId](./puppeteer.protocol.storage.getcookiesrequest.browsercontextid.md) | [Browser.BrowserContextID](./puppeteer.protocol.browser.browsercontextid.md) | Browser context to use when called on the browser endpoint. |