[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [LogEntry](./puppeteer.protocol.log.logentry.md) > [networkRequestId](./puppeteer.protocol.log.logentry.networkrequestid.md) ## Protocol.Log.LogEntry.networkRequestId property Identifier of the network request associated with this entry. Signature: ```typescript networkRequestId?: Network.RequestId; ```