> ## Documentation Index
> Fetch the complete documentation index at: https://docs.go.aiinsurance.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rating run logs

> Browse the log of every rating run, inspect a run's inputs and outputs, and export runs to Excel, CSV, or Google Drive.

Every time AI Insurance rates a quote, the calculation is logged
automatically. The **Rating Run Logs** tab of the admin area is the browser
for those logs — the place to answer *"why did this quote price the way it
did?"*: see exactly what went into a run, what came out, and whether anything
failed. Open it by selecting your **company name** at the bottom of the left
sidebar, then the **Rating Run Logs** tab.

<Note>
  Any role that can read company data can browse rating run logs — it's a
  read-only diagnostic surface. What the runs themselves calculate depends on
  how your company's rating is configured.
</Note>

## The run list

Runs are listed newest first, 25 per page.

<Frame caption="The run list: one row per rating run, with filters and a per-row export button.">
  <img src="https://mintcdn.com/ai-insurance-fmv1/XH5fzBvkqbS_uBK9/assets/app/admin/rating-run-logs-list.png?fit=max&auto=format&n=XH5fzBvkqbS_uBK9&q=85&s=2201f1283bdf37fdbd6c2762884bd042" alt="The Rating Run Logs tab showing filter fields for run date, workflow name, rating step debug name, rater, and target above a table with Time, Workflow Name, Rating Step Debug Name, Rater, Target, and Status columns; each row ends with a download icon." width="2132" height="1600" data-path="assets/app/admin/rating-run-logs-list.png" />
</Frame>

| Column                     | Meaning                                                                                                                                                      |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Time**                   | When the run happened.                                                                                                                                       |
| **Workflow Name**          | The rating workflow that produced the run.                                                                                                                   |
| **Rating Step Debug Name** | The rating step within that workflow.                                                                                                                        |
| **Rater**                  | The identifier of the rater the step evaluated.                                                                                                              |
| **Target**                 | What the run rated. One click of **Generate Rating** on a quote can fan out into several runs (one per exposure, for example) — the target tells them apart. |
| **Status**                 | **Success**, **Failed** (with the stage it failed at), or **Incomplete** (the run's summary record is missing; its artifacts are still viewable).            |

A successful run that produced errors in individual output cells also shows an
output-error count on its detail view, so a "green" run with bad cells is
still visible.

Above the table, free-text **filters** narrow the list by any column: **Run
date** (as `YYYY-MM-DD`), **Workflow Name**, **Rating Step Debug Name**,
**Rater**, and **Target**. Filters match anywhere in the value and ignore
case; changing one takes you back to the first page.

To open a run, select its row. To export without opening it, use the
**download icon** at the end of the row — it offers the same [export
menu](#export-a-run) as the detail view.

## What a run shows

A run's detail view has three parts: the metadata panel, and two artifacts.

<Frame caption="A run's detail: metadata on top, then the artifact tabs and the sheet tabs within the selected artifact.">
  <img src="https://mintcdn.com/ai-insurance-fmv1/XH5fzBvkqbS_uBK9/assets/app/admin/rating-run-detail.png?fit=max&auto=format&n=XH5fzBvkqbS_uBK9&q=85&s=fd79665a43a1054506a16f99fb113536" alt="A rating run detail view showing a metadata panel with rating step debug name, rater type, target path, rater, started at, duration, and a Success status chip, above Debug Sheet and Result Values tabs and a row of sheet tabs rendered as a table." width="2148" height="1454" data-path="assets/app/admin/rating-run-detail.png" />
</Frame>

**Metadata** — the run's identity and outcome: the rating step's debug name,
the rater type, the target path, the rater identifier, when the run started,
how long it took, its status (including the failure stage and reason on a
failed run), and an output-error count if any output cells errored.

**Debug Sheet** — the full calculation worksheet exactly as it was evaluated
for this run: every tab, with the inputs that were written in and every
intermediate calculated cell. This is the artifact to read when you're
tracing *how* a number was produced.

**Result Values** — the output values read back from the run: the numbers the
quote actually received. Use this when you just need *what* came out.

Switch between the two artifacts with the tabs above the content; within an
artifact, each worksheet tab renders as its own table (scrollable for wide
sheets).

<Note>
  A **failed** run only has the artifacts that existed when the failure
  happened — a run that failed before calculating writes no Result Values, for
  example. Empty artifacts are labeled as such rather than hidden.
</Note>

## Export a run

The **Export** button on the detail view (and the download icon on each list
row) opens the export menu. For each artifact — Debug Sheet or Result Values —
you can:

| Destination                | What you get                                                                                                                                                                                |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Download Excel (.xlsx)** | The artifact as a workbook, one worksheet per tab, with formatting.                                                                                                                         |
| **Download CSV**           | The artifact's tabs as CSV.                                                                                                                                                                 |
| **Export to Google Drive** | A Google Sheets copy in a Drive folder you pick. You'll be asked to grant Google access and choose the destination folder; when the export finishes, you get a link to the new spreadsheet. |

The menu also offers **Download meta (.json)** — the run's metadata as a file,
useful when attaching a run to a support request. Artifacts a failed run never
wrote are disabled in the menu; the metadata is always available.

<Frame caption="The export menu: Excel, CSV, or Google Drive per artifact, plus the metadata file.">
  <img src="https://mintcdn.com/ai-insurance-fmv1/XH5fzBvkqbS_uBK9/assets/app/admin/run-export-menu.png?fit=max&auto=format&n=XH5fzBvkqbS_uBK9&q=85&s=132e4fc662ba8d9557a4dd43b259cc0b" alt="The Export menu open on a rating run, grouped by destination — Download Excel (.xlsx), Download CSV, and Export to Google Drive, each listing Debug Sheet and Result Values — with a Metadata section offering Download meta (.json)." width="896" height="1084" data-path="assets/app/admin/run-export-menu.png" />
</Frame>
