---
title: "Queries"
---

When viewing saved queries, you can use the keywords in this section to ((search|search queries)) and filter.

## Name {#queries-name}

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

## Description {#queries-description}

The `Description` field can be searched using the syntax `description:<text>`.
```plaintext
description:"smb version 1"
```
```plaintext
description:"wep"
```

## Type {#queries-type}

The `Type` field can be searched using the syntax `type:<term>` .
```plaintext
type:"services"
```

## Category {#queries-category}

The `Category` field can be searched using the syntax `category:<term>`.
```plaintext
category:"security"
```
```plaintext
category:"audit"
```

## Severity {#queries-severity}

The `Severity` field can be searched using the syntax `severity:<term>`.
```plaintext
severity:"info"
```
```plaintext
severity:"critical"
```

## Created by {#queries-creator}

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

```plaintext
created_by:"runzero"
```

## Timestamps (created at, updated at) {#queries-timestamps}

The timestamp fields, `created_at` and `updated_at`, can be searched using the syntax `created_at:<term>` and `updated_at:<term>`. The term supports the standard runZero [time comparison syntax][time].

```plaintext
created_at:>2weeks
```
```plaintext
created_at:<30minutes
```
```plaintext
updated_at:>1month
```
```plaintext
updated_at:2hours
```
