---
title: Viewing flow analytics
description: View detailed information about a flow's run history.
component: davinci
page_id: davinci:flows:davinci_viewing_flow_analytics
canonical_url: http://docs.pingidentity.com/davinci/flows/davinci_viewing_flow_analytics.html
revdate: March 2, 2026
section_ids:
  steps: Steps
  sensitive-fields: Sensitive fields
  keyword-presence: Keyword presence
  field-name-matches: Field name matches
---

# Viewing flow analytics

View detailed information about a flow's run history.

The available information depends on the flow's log level. Learn more in [Editing flow settings](davinci_editing_flow_settings.html).

|   |                                                                                                                                                                                                             |
| - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | The appearance of analytics data could be delayed up to 30 minutes, especially during times of high flow volume. If a flow execution has not appeared 30 minutes after the execution, contact Ping support. |

Some sensitive field values are excluded from analytics:

* The values of fields listed in the [Sensitive fields](#sensitive-fields) section.

* The values of any fields designated as sensitive in the flow settings. Learn more in [Editing flow settings](davinci_editing_flow_settings.html).

## Steps

1. In DaVinci, click the **Flows** tab.

2. Find the flow and click **... > Edit**.

3. Click **Analytics**.

4. (Optional) On the **Analytics** tab, select a date range from the list.

   The graph displays the flow runs within the date range, and the **Events Logs** section shows the logs for individual runs.

5. (Optional) Search for specific flow executions.

   1. Select a search parameter.

      * **Flow Execution ID**

      * **User ID**

      * **User Name**

      * **Correlation ID**

      * **Transaction ID**

   2. Enter a search term corresponding to the selected search parameter.

   3. Press `Enter`.

6. If the list of executions contains more than one result, select a **Flow Execution ID** to view details of the selected run.

   The selected run details are dependent on the log level set for the flow. If the log level is **Info** or **Debug**, the nodes that ran during the selected run are highlighted. If the log level is **Error**, only the beginning node and any nodes where errors occurred are highlighted. The **Events Logs** section shows the events that were logged during the run.

   Run details are only visible for flows within the past 30 days.

   Clicking an event highlights the related log entries, and clicking a log entry highlights the related node.

   |   |                                                                                                                                                      |
   | - | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
   |   | The node's records often include two entries for the node's execution, corresponding to the payload sent to the node and the response from the node. |

7. Select an event to view additional event details.

8. Click **X** to close the **Analytics** tab.

## Sensitive fields

The values of the following sensitive fields are not included in analytics to preserve security.

### Keyword presence

If a field name contains any of the following substrings, its value is scrubbed:

* `password`

* `secret`

* `token`

* `authorization`

|   |                                                                                                                        |
| - | ---------------------------------------------------------------------------------------------------------------------- |
|   | The `authorizationRequest` object for OpenID Connect (OIDC) connectors is an exception and is not scrubbed by default. |

### Field name matches

If a field name exactly matches any of the following keywords, its value is scrubbed:

* `salt`

* `ip`

* `ipv4`

* `ipv6`

* `customcss`

* `customhtml`

* `customscript`

* `template`

* `style`

* `audio`

* `audiodata`

* `imagedata`

* `file`

* `st`

* `st-no-ss`

* `accessKey`

* `access_key`

* `access-key`

* `apiKey`

* `api_key`

* `api-key`

* `privateKey`

* `publicKey`

* `secretKey`

* `encryptionKey`

* `apiSecretKey`

* `databaseKey`

* `cryptoKey`

* `authkey`

* `securityKey`

* `sshKey`

* `storageKey`

* `licenseKey`

* `passphrase`

* `securitycode`

* `authcode`

* `auth_code`

* `securityAnswer`

* `security_answer`

* `passwd`

* `pwd`
