[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetResponseBodyRequest](./puppeteer.protocol.network.getresponsebodyrequest.md) ## Protocol.Network.GetResponseBodyRequest interface Signature: ```typescript export interface GetResponseBodyRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [requestId](./puppeteer.protocol.network.getresponsebodyrequest.requestid.md) | [RequestId](./puppeteer.protocol.network.requestid.md) | Identifier of the network request to get content for. |