Job Audits
The Job Audit page provides a detailed view of all job executions, helping you track and review the status and performance of jobs over time. This page allows you to monitor job runs, identify issues, and access logs for troubleshooting.
Job Audit List¶
The page displays a list of executed jobs with the following details:
Job ID | Job Name | Project | Status | Start Time | End Time | Duration | Actions |
---|---|---|---|---|---|---|---|
101 | Import Customers | CRM Data | Success | 2025-09-10 08:00 | 2025-09-10 08:05 | 5 mins | [View Logs] |
102 | Clean Orders | Sales Data | Failed | 2025-09-10 09:00 | 2025-09-10 09:10 | 10 mins | [View Logs] |
... | ... | ... | ... | ... | ... | ... | ... |
Field Descriptions¶
- Job ID – Unique identifier for each job execution.
- Job Name – The name of the job that was executed.
- Project – The project under which the job was run.
- Status – Current or final status of the job execution (e.g., Success, Failed, Running).
- Start Time – Timestamp when the job started execution.
- End Time – Timestamp when the job finished execution.
- Duration – Total time taken by the job to complete.
- Actions – Provides a link to view detailed logs for the job.
Actions¶
- View Logs – Clicking this link opens the log details for the selected job, helping users troubleshoot errors or review the job’s execution steps.
This page helps you monitor job executions efficiently, enabling timely interventions and improved pipeline management.