---
title: "Scan templates"
---

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

## ID {#scantemplate-ID}

The ID field is the unique identifier for a given template, written as a UUID. Use the syntax `id:<uuid>` to filter by ID field.
```plaintext
id:cdb084f9-4811-445c-8ea1-3ea9cf88d536
```

## Name {#scantemplate-name}

Use the syntax `name:<text>` to search by scan template name.
```plaintext
name:WiFi
```
```plaintext
name:"Data Center"
```

## Timestamps {#scantemplate-timestamps}

Use the following syntaxes to search the scan template timestamp fields (`created_at`, `updated_at`):

* `created_at:<term>`
* `updated_at:<term>`

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

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

## Created by {#scantemplate-creator}

The email address for the user that created the template can be searched using the syntax `created_by_email:<term>`.

```plaintext
created_by_email:user@example.com
```
