The Analytics tab in Postman Flows provides details about how your deployed actions run in the Postman Cloud. Use the Analytics tab to monitor when, how often, and how long your actions run, 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 see the Analytics tab in Postman Flows, do the following:
From the Flows tab, click Flows Home > Analytics.
Select a time range from the dropdown list in the upper right to display action runs from that time. The maximum time range is three days. You can filter the list of action runs by run ID, action name, and status.
You can get the run ID from the response's
x-session-id
header.
Click an action run in the list to open the Run Details pane.
From the Run Details pane, click Open action to open the action, or Stop to end an action that's running.
After an action completes its run, the Run Details pane shows each block's status ( Success or
Fail). Click the Run Logs dropdown lists to filter by block and status.
Select a block from the list to see its input, output, and details.
Last modified: 2025/08/12