Activity Logs
Inspect recent data jobs, child chunks, execution details, errors, and cancellation state.
Last reviewed July 13, 2026
Open Data → Integrations → Logs to inspect recent workspace jobs. Active work appears first, followed by finished jobs from the current and archived job-history tables.
Statuses
| Status | Meaning |
|---|---|
| Queued | Accepted and waiting for processing |
| Pending | Prepared but not yet running |
| Running | Currently executing |
| Completed | Finished without a recorded failure |
| Failed | Stopped because of an error |
| Canceled | Stopped by a user or the system |
The page loads the most recent bounded set of jobs. It is not an unlimited audit export.
Inspect a Job
Open a row to review the available timing, integration, connector, job type, processed window, metrics, parent or chunk relationship, payload context, execution logs, and error details.
For a parent job, inspect child chunks before concluding that the whole run failed for one reason. A summary error can represent several different chunk outcomes.
Cancel a Job
Queued, pending, and running jobs can expose Cancel. Cancellation is a request to the execution service; inspect the final job status and downstream system before assuming no work occurred.
Troubleshoot
- Identify the first failed parent or child job.
- Record its job ID, integration, time window, and error.
- Check the connected app and its credentials.
- Determine whether the failure is authentication, permissions, provider throttling, source data, mapping, schema, or infrastructure.
- Fix the root cause.
- Rerun only the smallest safe window and verify the destination.