Check flow health and run history

View as Markdown

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, and further details.

To view analytics in Postman Flows, do the following:

  1. Hover over a flow in the sidebar and click Options icon More actions > View analytics.

    You can also open the Analytics tab from the Deploy 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 (Flows success icon Success or Flows error icon Fail). Click the Run Logs dropdown lists to filter by block and status.

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

  6. If your flow uses Flow blocks, click Right Large icon View module blocks next to the Flow block’s name to view the input, output, and details for its constituent blocks.