[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [RequestInterceptedEvent](./puppeteer.protocol.network.requestinterceptedevent.md) > [requestId](./puppeteer.protocol.network.requestinterceptedevent.requestid.md) ## Protocol.Network.RequestInterceptedEvent.requestId property If the intercepted request had a corresponding requestWillBeSent event fired for it, then this requestId will be the same as the requestId present in the requestWillBeSent event. Signature: ```typescript requestId?: RequestId; ```