[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [GetCookiesResponse](./puppeteer.protocol.storage.getcookiesresponse.md) ## Protocol.Storage.GetCookiesResponse interface Signature: ```typescript export interface GetCookiesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cookies](./puppeteer.protocol.storage.getcookiesresponse.cookies.md) | [Network.Cookie](./puppeteer.protocol.network.cookie.md)\[\] | Array of cookie objects. |