<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetResponseBodyRequest](./puppeteer.protocol.network.getresponsebodyrequest.md) > [requestId](./puppeteer.protocol.network.getresponsebodyrequest.requestid.md) ## Protocol.Network.GetResponseBodyRequest.requestId property Identifier of the network request to get content for. <b>Signature:</b> ```typescript requestId: RequestId; ```