> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/app/workspace/jobs/job-view-details.md).

# Viewing details for a selected job

For jobs other than Queued jobs, you can display details about the workspace and the job progress.

## Displaying the job details view

From the **Jobs** view, to display the details for a job, click the job row.

![Job details page for a data generation job](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FRLzUkPdPjPTHzuPpEzjt%2FJobDetailsGenerationJob.png?alt=media\&token=113f7837-ca2f-4883-aa4f-b8badc61bd6d)

## Information on the job details view <a href="#job-details-workspace-info" id="job-details-workspace-info"></a>

### Workspace information <a href="#job-details-workspace-info" id="job-details-workspace-info"></a>

The left side of the job details view contains the workspace information.

For a sensitivity scan, the workspace information is limited to the owner, database type, and worker version.

For a data generation job, the workspace information also includes:

* Whether subsetting, post-job scripts, or webhooks are used.
* The number of schemas, tables, and columns in the source database.
* The number of schemas, tables, and columns in the destination database.

### Job Log <a href="#job-details-job-log" id="job-details-job-log"></a>

The **Job Log** tab shows the start date, start time, and duration of the job, followed by the list of job process steps.

### Privacy Report <a href="#job-details-privacy-report" id="job-details-privacy-report"></a>

For data generation jobs, the **Privacy Report** tab displays the number of at-risk, protected, and not sensitive columns in the source database.

![Privacy Report tab on the job details page](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FfxeXkpRIUMRdK3mJgsCx%2FJobDetailsPrivacyReport.png?alt=media\&token=76db7a6e-dd04-4c48-9e76-d0e8823b33ef)

At-risk columns contain sensitive data, but still have Passthrough as the assigned generator.

Protected columns have an assigned generator other than Passthrough.

Not sensitive columns have Passthrough as the assigned generator, but do not contain sensitive data.

## Copying the job identifier

The job identifier is a unique identifier for the job. To copy the job identifier, either:

* From **Jobs** view, click the copy (![](https://3378426797-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSQCLFQ4bslJ-HYc8c3%2Fuploads%2FfN1CPPZPl8YdAFT2zWBW%2FJobCopyIcon.png?alt=media\&token=8fd95de0-354d-4837-a6a6-0abfc7a9a388)) icon in the leftmost column.
* From the job details view, click **Copy Job ID**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/app/workspace/jobs/job-view-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
