[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [GetResponseBodyForInterceptionRequest](./puppeteer.protocol.network.getresponsebodyforinterceptionrequest.md) > [interceptionId](./puppeteer.protocol.network.getresponsebodyforinterceptionrequest.interceptionid.md) ## Protocol.Network.GetResponseBodyForInterceptionRequest.interceptionId property Identifier for the intercepted request to get body for. Signature: ```typescript interceptionId: InterceptionId; ```