[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. Signature: ```typescript requestId: RequestId; ```