# Review Authentications

The **Authentications** page in Dashboard shows every authentication attempt in your organization, along with details about each one. Authentications are [1:1](https://developer.incode.com/docs/glossary#11-face-authentication) or [1:N](https://developer.incode.com/docs/glossary#1n-face-authentication) face searches performed against your identity pool, separate from onboarding Sessions.

When you first open the page, the following columns appear.

| Column                    | Description                                                                                             |
| ------------------------- | ------------------------------------------------------------------------------------------------------- |
| **User**                  | The profile photo captured during the authentication attempt. Click the photo to see an expanded image. |
| **Transaction ID**        | The unique ID generated for the authentication attempt.                                                 |
| **Identity**              | The unique ID of the identity matched during the authentication, if one was found.                      |
| **Source ID**             | The identifier of the source system that initiated the authentication, or _NA_ if none was provided.    |
| **Device Type**           | The type of device used for the authentication: _iOS_, _Android_, _Webapp_, or _NA_.                    |
| **Device Name**           | The model of the device used for the authentication, or _NA_ if unavailable.                            |
| **Version**               | The operating system version of the device used, or _NA_ if unavailable.                                |
| **Timestamp**             | The date and time the authentication attempt occurred.                                                  |
| **Liveness**              | Whether the liveness check succeeded for the authentication attempt.                                    |
| **Confidence**            | The confidence score of the face match, or _NA_ if a score wasn't generated.                            |
| **Video Record**          | Whether a video recording exists for the authentication attempt.                                        |
| **Blocklisted**           | Whether the matched identity is on a blocklist.                                                         |
| **Blocklist Confidence**  | The confidence score of the blocklist match, or _NA_ if not applicable.                                 |
| **Final Result**          | The outcome of the authentication attempt: _Pass_ or _Fail_.                                            |
| **Authentication Mode**   | The matching mode used for the authentication: _1:1_ or _1:N_.                                          |
| **Authentication Method** | The method used to perform the authentication, such as _server_, or _NA_ if unavailable.                |
| **Recognition Threshold** | The confidence threshold configured for a successful face match, or _NA_ if not configured.             |
| **Spoof Threshold**       | The confidence threshold configured for spoof detection, or _NA_ if not configured.                     |

On this page, you can:

- Filter the authentications that are shown
- Export authentications to a CSV file
- Configure your view of the Authentications table

***

## Filter Authentications

You can filter the list of authentications by one or more criteria to find the authentications you need.

1. In the left menu, click **Authentications**.
2. Click **Add Filter** in the top left.
3. Select the filter you want to add:
   - **Transaction ID**: Enter the unique ID for the authentication attempt you want to see.
   - **Identity**: Enter the unique ID of the identity you want to see.
   - **Identity Availability**: Select _Available_ or _Not Available_.
   - **Source ID**: Enter the source ID you want to search for.
   - **Device Type**: Select _iOS_, _Android_, _Webapp_, or _N/A_.
   - **Device Name**: Enter the device model you want to search for.
   - **Version**: Enter the OS version you want to search for.
   - **Timestamp**: Select a start and end date from the calendar to only show authentications that occurred in that range.
   - **Liveness**: Select _Success_ or _Fail_.
   - **Confidence**: Select _Success_, _Fail_, or _N/A_.
   - **Final Result**: Select _Pass_ or _Fail_.
4. Click **Apply**. The table displays the authentications that fit your criteria.
5. Repeat these steps to add any additional filters.

***

## Export Authentications to CSV

1. In the left menu, click **Authentications**.
2. Click the three-dot menu (**⋮**) in the top right.
3. Select **Export to CSV**. Download starts immediately; no dialog appears.

***

## Configure Authentications View

You can show, hide, and reorder columns in the Authentications table. This change only affects your account. Other users still see their own view.

1. In the left menu, click **Authentications**.
2. Click the three-dot menu (**⋮**) in the top right.
3. Select **Table Settings**. The Configure Table View panel slides out from the left.
4. In the Configure Table View panel:
   - Click the eye icon next to a column to show or hide it.
   - Drag a column by its handle (**⋮⋮**) to reorder it.
5. Click **Save View** to apply your changes. This view of the page is shown on future visits, even after logging out.

<br />
