Activity Logs
Inspect recent data jobs, child chunks, execution details, errors, and cancellation state.
Last reviewed September 15, 2026
Open Data → Integrations → Logs to inspect recent workspace jobs. Active jobs appear first. Finished jobs from the current and archived job-history tables follow them.
Statuses
| Status | Meaning |
|---|---|
| Queued | Accepted and waiting for processing |
| Pending | Prepared but not yet running |
| Running | Currently executing |
| Completed | Finished without a recorded failure |
| Warning | Finished, but needs attention (for example, an export with zero rows or a partial destination failure) |
| Failed | Stopped because of an error |
| Canceled | Stopped by a user or the system |
The page loads a limited set of the most recent jobs. It is not an unlimited audit export.
Inspect a Job
Open a row to see the job details. The details can include timing, integration, connector, job type, processed window, metrics, parent or chunk relationship, payload context, execution logs and error details.
For a parent job, inspect the child chunks before you decide that the full run failed for one reason. A summary error can represent several different chunk results.
Cancel a Job
Queued, pending and running jobs can show Cancel. Cancellation is a request to the execution service. Before you assume that no work occurred, check the final job status and the downstream system.
Troubleshoot
- Find the first failed parent or child job.
- Record its job ID, integration, time window and error.
- Check the connected app and its credentials.
- Find the type of failure: authentication, permissions, provider throttling, source data, mapping, schema or infrastructure.
- Fix the root cause.
- Rerun only the smallest safe window.
- Verify the destination.