> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-add-methods-properties.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# BetaReport methods

## <Badge color="yellow" size="lg" shape="rounded">Class</Badge> wandb.apis.public.BetaReport

## <Badge color="blue" size="lg" shape="rounded">method</Badge> BetaReport.runs()

Get runs associated with a section of the report.

```python theme={null}
self,
section: 'dict[str, Any]',
per_page: 'int' = 50,
only_selected: 'bool' = True
```

##### Arguments

<ResponseField name="section" type="dict[str, Any]" />

<ResponseField name="per_page" type="int" />

<ResponseField name="only_selected" type="bool" />

## <Badge color="blue" size="lg" shape="rounded">method</Badge> BetaReport.to\_html()

Generate HTML containing an iframe displaying this report.

```python theme={null}
self,
height: 'int' = 1024,
hidden: 'bool' = False
```

##### Arguments

<ResponseField name="height" type="int" />

<ResponseField name="hidden" type="bool" />
