[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Fetch](./puppeteer.protocol.fetch.md) > [FailRequestRequest](./puppeteer.protocol.fetch.failrequestrequest.md) > [requestId](./puppeteer.protocol.fetch.failrequestrequest.requestid.md) ## Protocol.Fetch.FailRequestRequest.requestId property An id the client received in requestPaused event. Signature: ```typescript requestId: RequestId; ```