# Notifications Search

Our Notifications service allows users of our urlscan Pro platform to track notifications triggered by Incident or Subscription hits, providing users with insight into the state and paper trail of their own or their team's notifications. This page is a reference for the available fields that can be used to query the Search API.

## Searchable Fields

| Field Name | Type | Field semantics, features, & notes |
|  --- | --- | --- |
| `channel` | keyword | Notification delivery channel |
| `createdAt` | date | Date when the notification was created |
| `eventType` | keyword | Event type that triggered the notification |
| `sourceId` | keyword | ID of the source object that triggered the notification |
| `sourceType` | keyword | Source type that triggered the notification |
| `state` | keyword | Notification state (e.g. pending, delivered) |
| `type` | keyword | Type of notification (e.g. incident, search) |
| `uniqueId` | keyword | Unique identifier for deduplication |
| `updatedAt` | date | Date when the notification was last updated |