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