Skip to main content
The Jobs page lists all sync and replication jobs for the Organization. Each row shows the job type, domain, status, and when it was created.

Job details

Clicking a job opens its detail view. This page shows the job’s metadata, its current status, any descendant jobs (for example, the replication jobs spawned by a sync), and a streaming log of everything that happened during execution. The log is the primary surface for understanding what a job did and why it failed.

Terminating a running job

The detail page for a running job displays a terminate button. This kills the underlying process immediately rather than waiting for it to finish gracefully.
Termination is forceful - it stops the process without giving it a chance to complete its current step. While most operations run inside database transactions (so partial writes are rolled back), there is a small risk of inconsistent data if the job was mid-way through a non-transactional operation. Use this only when a job is stuck or needs to be stopped urgently.