> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# Check flow health and run history

Analytics in Postman Flows provide details about how flows in the Postman Cloud are performing. Use analytics to monitor when, how often, and how long flows run in the cloud, and whether they succeed or fail. In the displayed run logs, you can open any individual block and view its success/failure status, data input and output, test results, and further details.

To view analytics in Postman Flows, do the following:

1. Hover over a flow in the sidebar and click <img alt="Options icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-action-options-stroke.svg#icon" width="20px" /> **More actions > View analytics**.

   You can also open the Analytics tab from the [**Deploy**](/docs/postman-flows/build-flows/structure/actions/) dialog.

2. Select a time range from the dropdown list to display runs from that time. You can filter the list of runs by run ID, flow name, status, and trigger type.

   You can get the run ID from the response's `x-session-id` header.

3. Click a run in the list to open the **Run Details** pane.

4. After a flow completes its run, the **Run Details** pane shows each block's status (<img alt="Flows success icon" src="https://assets.postman.com/postman-docs/v11/flows-success-icon-v11-46.jpg#icon" width="18px" /> **Success** or <img alt="Flows error icon" src="https://assets.postman.com/postman-docs/v11/flows-failure-icon-v11-46.jpg#icon" width="18px" /> **Fail**). Click the **Run Logs** dropdown lists to filter by block and status. You can also click **Open flow** to open the selected flow. To view and download test results for every **HTTP Request** block in the flow, click **All tests**.

5. Select a block from the list to view its input, output, and details.

6. If your flow uses [**Flow** blocks](/docs/postman-flows/reference/blocks/flow-module/), click <img alt="Right Large icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-direction-right-large.svg#icon" width="20px" /> **View module blocks** next to the **Flow** block's name to view the input, output, test results, and details for its constituent blocks.