# View the details of a nested job in the Automation Log

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super** **Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a workspace **Owner**, **Super** **Admin**, or **Admin**, you can see the details of all nested jobs run in Cerby and displayed in the [Automation Log](https://help.cerby.com/getting-started/concepts/audit-and-activity/automation-log).

A nested job contains more than one job involved in completing a task. You can identify a nested job in the Automation Log when the **View all jobs** button is displayed to the right of each log, as shown in **Figure 1**.

<figure><img src="/files/hFmArnOKksmPadY9BTvn" alt=""><figcaption><p>Figure 1. View all jobs button of nested logs</p></figcaption></figure>

To view the details of a nested job in the Automation Log, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Automation Log** option from the left menu. The **Automation Log** page is displayed.
3. Click the **View all jobs** button to the right of a nested job log. A new browser tab is displayed with the following automation details:
   * **Status:** The status of the job
   * **Target:** The target of the job
   * **Task:** The task correlated to the job
   * **Created at:** The date and time when the job was triggered
   * **Updated at:** The date and time when the job was last updated
4. Click the **See details** button. The job details side drawer is displayed with the following information, as shown in **Figure 2** :

   <figure><img src="/files/kw308xLz0d6I036hCtsc" alt=""><figcaption><p>Figure 2. Automation job details side drawer of the Automation details page</p></figcaption></figure>

The following is the information displayed:

* The current status of the job
* The job ID
* The service account associated with the job, if applicable
* The trigger that initiated the job

Now you are done.


---

# Agent Instructions: 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:

```
GET https://help.cerby.com/cerby-web-app/automation-log/view-the-details-of-a-nested-job-in-the-automation-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
