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