> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-ai/automation-task-logs.md).

# Automation Task Logs

Any Automation Task execution logs will be available here, including the execution logs, request, response etc.

### Automation Task Logs

* Navigate to **`IZ Insights`** -> **`Automation Task Logs`**.
*

```
| Column Name            | Description                                                                                            |
```

```
| ---------------------- | ------------------------------------------------------------------------------------------------------ |
| **`Automation Task`**  | Name of the automation task being executed                                                             |
| **`Source`**           | Source from where the automation is executed. Eg: **`MCP Server`**,**`Manual`**,**`Chat Bot`**         |
| **`Execution Status`** | Status of the execution. Eg: **`Completed`**,**`Rejected`**,**`Waiting for Approval`**, **`Failed`**   |
| **`Executed By`**      | User who executed the automation task                                                                  |
| **`Executed On`**      | Date and Time when the automation task was executed                                                    |
| **`Actions`**          | Include - Execution log of the automation task, Re run automation task, View the request and response. |
```

### Approving Automation Task

* If an automation task requires manual approval, a special action called **`Task Approval`** will be enabled and the status of the automation task execution will be in **`Waiting for Approval`** status. <br>

  <figure><img src="/files/L9fmk2wlhagSLmLIEcoa" alt=""><figcaption></figcaption></figure>
* Click on the **`Task Approval`** action item against the row to take appropriate action -
  * **`Approve`** - To approve the execution of automation task
  * **`Reject`** - To reject the execution of automation task\
    &#x20;

    <figure><img src="/files/fhrj0JPVRu4Wq5KLR5QQ" alt=""><figcaption></figcaption></figure>
* Add appropriate comments and perform the action.

### See Also

* [Code With AI](/product-guides/integral-zone/iz-suite/iz-ai/code-with-ai.md)
* [Automation Tasks](/product-guides/integral-zone/iz-suite/iz-ai/automation-tasks.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-ai/automation-task-logs.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.
