{"meta":{"title":"Monitor workflows","intro":"You can monitor GitHub Actions workflows by using tools like the visualization graph and run logs.","product":"GitHub Actions","breadcrumbs":[{"href":"/en/enterprise-cloud@latest/actions","title":"GitHub Actions"},{"href":"/en/enterprise-cloud@latest/actions/how-tos","title":"How-tos"},{"href":"/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows","title":"Monitor workflows"}],"documentType":"subcategory"},"body":"# Monitor workflows\n\nYou can monitor GitHub Actions workflows by using tools like the visualization graph and run logs.\n\n## Links\n\n* [Using the visualization graph](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/use-the-visualization-graph)\n\n  Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.\n\n* [Viewing workflow run history](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/view-workflow-run-history)\n\n  You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.\n\n* [Viewing job execution time](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/view-job-execution-time)\n\n  You can view the execution time of a job, including the billable minutes that a job accrued.\n\n* [Adding a workflow status badge](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/add-a-status-badge)\n\n  You can display a status badge in your repository to indicate the status of your workflows.\n\n* [Using workflow run logs](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/use-workflow-run-logs)\n\n  You can view, search, and download the logs for each job in a workflow run.\n\n* [Viewing job condition expression logs](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/view-job-condition-logs)\n\n  Learn how to access and interpret expression evaluation logs for job-level if conditions in GitHub Actions.\n\n* [Enabling debug logging](/en/enterprise-cloud@latest/actions/how-tos/monitor-workflows/enable-debug-logging)\n\n  If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging."}