---
title: "Analysis reports"
---

When viewing generated analysis reports, you can use the keywords in this section to ((search|search reports)) and filter.

## Name {#reports-name}

The Name field can be searched using the syntax `name:<text>`.
```plaintext
name:"main"
```

## Description {#reports-description}

The Description field can be searched using the syntax `description:<text>`

```plaintext
description:"compare secondary"
```

## Type {#reports-type}

The report type can be searched using the syntax `type:<text>`

```plaintext
type:outliers
```

## Report ID {#reports-ID}

The ID field is the unique identifier for a given analysis report, written as a UUID. This field is searched using the syntax `id:<uuid>`.

```plaintext
id:cdb084f9-4811-445c-8ea1-3ea9cf88d536
```

## Timestamps {#reports-timestamps}

The timestamp when a report was generated can be searched using the syntax `created_at:`.

The term supports the standard runZero [time comparison syntax][time].

```plaintext
created_at:>2019-08-01
```
```plaintext
created_at:<1week
```

## Created by {#reports-creator}

The `Created By` field can be searched using the syntax `created_by:<term>`.

```plaintext
created_by:jsmith
```
