> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/governance/logs-and-data.md).

# Logs & Data

Trace the platform activity behind each outcome. Logs & Data records model calls, platform API traffic, external requests, and database operations.

{% columns %}
{% column %}

#### Trace requests

Inspect incoming platform requests and outgoing calls to external services.
{% endcolumn %}

{% column %}

#### Investigate execution detail

Review model consumption and database operations behind platform behavior.
{% endcolumn %}
{% endcolumns %}

#### At a glance

| Area              | Use it to                                    | Start here                                      |
| ----------------- | -------------------------------------------- | ----------------------------------------------- |
| **LLM Logs**      | Trace model usage, tokens, cost, and latency | [LLM Logs](#llm-logs)                           |
| **Request Logs**  | Inspect incoming and outgoing API traffic    | [Incoming Request Logs](#incoming-request-logs) |
| **DB Query Logs** | Audit database operations                    | [DB Query Logs](#db-query-logs)                 |

All four screens support workspace and date-range filters and search. Every row expands to a full detail view.

## LLM Logs

LLM Logs records every LLM call completion with its model, target, tokens, and cost. Open **Logs & Data → LLM Logs**.

<figure><img src="/files/fpjwPglXjYHFL2uaJzTI" alt="The LLM Logs screen, listing model calls with tokens, cost, latency, and status"><figcaption><p>LLM Logs, tracing every completed model call.</p></figcaption></figure>

You can narrow by workspace and model, and search by model or agent. Each row is one completed model call:

| Field       | What it shows                                     |
| ----------- | ------------------------------------------------- |
| **Model**   | The model that ran (for example, `gpt-4.1-mini`). |
| **For**     | The target the call was made for.                 |
| **Tokens**  | Tokens consumed by the call.                      |
| **Cost**    | The credit cost of the call.                      |
| **Latency** | How long the call took, in milliseconds.          |
| **When**    | The completion time.                              |
| **Status**  | The call outcome (for example, **Success**).      |

Select a row to see the call's full detail.

## Incoming Request Logs

Incoming Request Logs records the requests received by the platform API. Open **Logs & Data → Incoming Request Logs**.

<figure><img src="/files/nL5KLTIbh0LyW7QnRmuf" alt="The Incoming Request Logs screen, listing requests with method, URL, and timestamp columns"><figcaption><p>Incoming Request Logs, the default view.</p></figcaption></figure>

<figure><img src="/files/HVIY8OCTa81yeFuqjSNU" alt="Incoming Request Logs with the HTTP method filter open, showing GET, POST, PUT, PATCH, and DELETE options"><figcaption><p>Filtering Incoming Request Logs by HTTP method.</p></figcaption></figure>

<figure><img src="/files/O42Eacjd2Dy733AmnaDc" alt="Incoming Request Logs with the module filter open, showing Agent, App, Skill, Integrations, Marketplace, and Platform options"><figcaption><p>Filtering Incoming Request Logs by module.</p></figcaption></figure>

You can narrow by workspace, by one or more modules — **Agent**, **App**, **Skill**, **Integrations**, **Marketplace**, or **Platform** — by one or more HTTP methods — **GET**, **POST**, **PUT**, **PATCH**, or **DELETE** — and by date range, and search the log. Each row shows the request's **Method**, its **URL**, and **When** it arrived. Select a row for the full request detail.

## Outgoing Request Logs

Outgoing Request Logs records the requests the platform made to external services. Open **Logs & Data → Outgoing Request Logs**.

<figure><img src="/files/nuinj3CN0lC23das4StO" alt="Outgoing Request Logs with the module filter open, showing status and response time columns"><figcaption><p>Outgoing Request Logs, filtered by module.</p></figcaption></figure>

The same ways to narrow apply — workspace, module, method, and date range. Each row adds a status and timing:

| Field             | What it shows                                                                                                             |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Method**        | The request method (for example, **GET**, **DELETE**, or **CUSTOM** for calls the platform can't map to a standard verb). |
| **Status**        | The HTTP response status.                                                                                                 |
| **URL**           | The destination the platform called.                                                                                      |
| **Response Time** | How long the external call took, in milliseconds.                                                                         |
| **When**          | When the call was made.                                                                                                   |

## DB Query Logs

DB Query Logs records the database operations the platform executed. Open **Logs & Data → DB Query Logs**.

<figure><img src="/files/33k5KQcfYJI8nuvLJ6Vx" alt="The DB Query Logs screen, listing operations with module, operation, user, and timestamp columns"><figcaption><p>DB Query Logs, the default view.</p></figcaption></figure>

<figure><img src="/files/Kxkz6cUEbSqxwKaJDoWg" alt="DB Query Logs with the module filter open, showing Agent, App, Skill, Integrations, Marketplace, and Platform options"><figcaption><p>Filtering DB Query Logs by module.</p></figcaption></figure>

You can narrow by workspace and by module — **Agent**, **App**, **Skill**, **Integrations**, **Marketplace**, or **Platform** — and search the log. Each row is one operation:

| Field         | What it shows                                                                                                      |
| ------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Module**    | The area the operation belongs to (for example, **Agents**, **Guardrails**, **Knowledge**, **MCP**, **Accounts**). |
| **Operation** | The operation, in `schema.table.action` form (for example, `agents.agent.update`).                                 |
| **User**      | The actor that triggered it.                                                                                       |
| **Timestamp** | When it ran.                                                                                                       |

## Related

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/807cab861e090edd0ce825909db3db1b28f73799" %}
[Control Center](/start-here/control-center.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/4023fee41d519b1fbe13cbf03c9027c75b45de1a" %}
[Observability](/governance/observability.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/d94f394409e2ca941f1b4be707fbb3cb9db99a62" %}
[Credits & Tokens](/governance/billing.md)
{% endcontent-ref %}

{% content-ref url="/spaces/0qmgQjJ5aArDTj2ACFHG/pages/049796530f3942b2e739e565a1e673ad4924290e" %}
[Controls & Audit](/governance/controls-and-audit.md)
{% endcontent-ref %}


---

# 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.uptiq.ai/governance/logs-and-data.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.
