> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/identity-verification/core-concepts/viewing-verification-results.md).

# Viewing Verification Results

***

### Access session results

**From the Verifications page** - Navigate to **Verification > Verifications**, then click the specific session for which you want to view the results.

### View Results page

The View Results page displays the following information:

**Session Details** — A summary of the session, including Session Id, Session Status, Attempts, Created On, Operating System, and IP Address.

**Summary** — An overview of the verification session, including the scanned document, verification results, and the reason for failure (if applicable).

**Confidence Score** — Lists the attributes that passed the liveness check:

* Document Liveness Front
* Document Liveness Back
* Fraud Detection

**Fraud Detection** — Details the attributes used to detect fraudulent activity:

* **Extracted Data Check** — Type of checks performed to detect fraud.
* **Document Liveness** — Type of checks applied during liveness verification.
* **Visual Check**- Displays visual fraud indicators including photo forgery check, security features, and generative AI detection.
* **Document Validity** — Parameters checked during document validation.
* **Image Quality** — Indicates whether the image met verification criteria.

**Data Extracted** — Summarizes the details extracted from the document, including document type, document id, first name, last name, date of birth, and so on.

**Images** — Displays the images captured during the verification process, including document photos and selfies.

{% hint style="info" %}
&#x20;The image retention period is determined by the `pii_retention_policy` setting. If set to `0`, 1Kosmos does not store the data. Adjust this policy to define how many days data should be retained.
{% endhint %}

**Session Details** — Displays detailed information on the attributes extracted from the document.

**Session Events** — Step-by-step status updates of the verification process:

| Event                | Description                                                          |
| -------------------- | -------------------------------------------------------------------- |
| Initialization       | The session has been initialised.                                    |
| Welcome              | The session has been started by the user.                            |
| Document Instruction | The user received instructions for capturing document images.        |
| Document Capture     | The user is capturing images of their ID.                            |
| Document Preview     | The user previewed the captured document.                            |
| Selfie Instruction   | The user is following the instructions for taking a selfie.          |
| Selfie Capture       | The system successfully captured the user's selfie for verification. |
| Selfie Preview       | The user is currently previewing their selfie before submission.     |
| Document Submission  | The user submitted their ID for verification.                        |
| Validate Document    | The system validated the document.                                   |

By following these steps, you can effectively manage the verification process and ensure accurate and secure document verification for your users.


---

# 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.1kosmos.com/identity-verification/core-concepts/viewing-verification-results.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.
