---
title: "Viewing Log History"
slug: "viewing-log-history"
updated: 2026-05-18T17:21:36Z
published: 2026-05-18T17:21:36Z
canonical: "help.nucleussec.com/viewing-log-history"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nucleussec.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing Log History

1. Open the **Connector Logging** dialog for the connector.
2. Click the **History** tab.
3. The history table displays all captured log entries with the following columns:

| Column | Description |
| --- | --- |
| Log Started | Timestamp when the API call began |
| Log Ended | Timestamp when the API call completed |
| Duration | Total time elapsed for the request |
| Request URI | The endpoint URL that was called |
4. Click on any row to expand the detail panel, which shows:
  - **Request URI** – Full URL of the outbound request
  - **Request Headers** – HTTP headers sent with the request
  - **Request Body** – Payload sent to the third-party API
  - **Response Headers** – HTTP headers returned by the third-party API
  - **Response Body** – Data returned from the third-party API
5. Use the pagination controls at the bottom of the table to navigate through large result sets.

**Example (Data removed):**

![](https://cdn.document360.io/3888970a-6501-459e-acc9-c47b71c6d64c/Images/Documentation/image(562).png)
