[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [GetResponseBodyRequest](./puppeteer.protocol.fetch.getresponsebodyrequest.md) > [requestId](./puppeteer.protocol.fetch.getresponsebodyrequest.requestid.md) ## Protocol.Fetch.GetResponseBodyRequest.requestId property Identifier for the intercepted request to get body for. Signature: ```typescript requestId: RequestId; ```