<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Audits](./puppeteer.protocol.audits.md) &gt; [GetEncodedResponseResponse](./puppeteer.protocol.audits.getencodedresponseresponse.md) &gt; [body](./puppeteer.protocol.audits.getencodedresponseresponse.body.md)

## Protocol.Audits.GetEncodedResponseResponse.body property

The encoded body as a base64 string. Omitted if sizeOnly is true.

<b>Signature:</b>

```typescript
body?: string;
```