# Files Search

The Files Download API and UI allow you to search and analyze files that have been retrieved from scanned URLs. This page provides a reference for the available fields that can be used to query downloaded files and filter results.

## Searchable Fields

All the Search fields ([Website Scans Search Reference](/pages/search-api-reference)) work on the files along with the following additional fields

The following fields can only be searched on the Professional, Enterprise, and Ultimate plans.

| Field Name | Type | Field semantics, features, & notes |
|  --- | --- | --- |
| `files.filename` | text | Filename of file downloaded by the website |
| `files.filename.keyword` | keyword | Filename of file downloaded by the website (analyzed as keyword) |
| `files.filesize` | integer | Filesize of file downloaded by the website |
| `files.mimeDescription` | text | Files MIME type description |
| `files.mimeType` | keyword | MIME type description of file downloaded by the website |
| `files.sha256` | keyword | SHA256 of file downloaded by the website |
| `files.state` | keyword | Download state of the file |
| `files.url` | text | URL of the file's location |