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

# Analysis & Results

> Review verification results, verification status, and audit logs in the Omni dashboard.

## Workflow detail

Select a workflow to see its profiles and workflow summary. You can create profiles or open **Workflow modification** from here.

<Frame caption="Workflow detail — profile list, analysis count, and workflow modification.">
  <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/workflow-detail.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=a4ad16f39fddb725b5c703d24e97215f" alt="Workflow detail with profiles" width="1024" height="510" data-path="images/omni/en/workflow-detail.png" />
</Frame>

## Profiles and Data Objects

A **profile** holds the data for one verification case. Create a profile, upload **Items** (documents) on the **Data Objects** tab, then run analysis.

<Frame caption="Data Objects — each Item has a name (`item.name`) that should align with your policy and output schema. Items show ACTIVE when ready for analysis.">
  <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/profile-data-objects.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=95df3fbb3ae6c7e55ae1103df0589f94" alt="Profile Data Objects with uploaded items" width="1024" height="510" data-path="images/omni/en/profile-data-objects.png" />
</Frame>

## Running an Analysis

Once a profile has all items uploaded and processed (`ACTIVE` status), you can trigger an analysis. The workflow's policy, engines, and output schema are applied automatically.

## Results Overview

Analysis results are structured according to your workflow's [output schema](/en/omni/dashboard/workflow-setup/output-schema) and include:

* **Extracted data** from documents, matched against your schema fields
* **`verificationStatus`** in the decision block — `pending_review`, `approved`, or `rejected`
* **Decision outcome** (Approve / Reject / Flag)
* **Engine-level details** showing which engine produced each result

## Reviewing Results in the Dashboard

The dashboard provides a visual interface to review each profile's analysis:

<Steps>
  <Step title="Navigate to the Profile">
    From your workflow, select the profile you want to review.
  </Step>

  <Step title="View Analysis Summary">
    See the overall decision (Approve/Reject/Flag) and `verificationStatus` at a glance.
  </Step>

  <Step title="Inspect Field-Level Details">
    Drill into individual fields to see extracted values and the source engine.
  </Step>

  <Step title="Review Uploaded Documents">
    View the original documents alongside extracted data for manual verification when needed.
  </Step>
</Steps>

### Analysis Results tabs

After analysis completes, open the **Analysis Results** tab on the profile. Use **Report**, **JSON**, and **Info** to review the run.

<Tabs>
  <Tab title="Report">
    Step-by-step verification summary with actions and results.

    <Frame caption="Report tab — verification steps, extracted data, and pass/fail per step.">
      <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/analysis-report.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=50c871778c01874d09bd19749572bb9a" alt="Analysis results Report tab" width="1024" height="510" data-path="images/omni/en/analysis-report.png" />
    </Frame>
  </Tab>

  <Tab title="JSON (Output Schema)">
    Full structured output as JSON, following your workflow output schema.
  </Tab>

  <Tab title="Info">
    Analysis metadata such as analysis ID, run time, and items used.
  </Tab>
</Tabs>

## Audit Trail

Every action in Omni is logged for compliance purposes:

* Profile creation and updates
* Item uploads and processing events
* Analysis execution and results
* User actions and timestamps

<Note>
  The audit trail provides complete traceability for regulatory compliance. All logs include timestamps, user IDs, and action details.
</Note>

## Routing with `verificationStatus`

| verificationStatus | Action                                                         |
| ------------------ | -------------------------------------------------------------- |
| `approved`         | Auto-accept per your policy — typically no extra human review  |
| `pending_review`   | Routed for human review with highlighted areas of concern      |
| `rejected`         | Denied or closed per your policy; escalate or notify as needed |
