---
title: "How do I access a valuation manifest?"
slug: "how-do-i-access-a-valuation-manifest"
updated: 2024-09-04T11:11:11Z
published: 2024-09-04T11:11:11Z
canonical: "support.lusid.com/how-do-i-access-a-valuation-manifest"
---

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

# How do I access a valuation manifest?

The valuation process produces a *manifest*, a body of information that explains how the results of every call to the [GetValuation](https://www.lusid.com/docs/api#operation/GetValuation) API are generated.

The manifest is a key element in the audit process. It can answer questions like ‘how were my market rules resolved?’ and ‘how many times did I access pricing data from a particular vendor for a particular instrument?’.

## Using the LUSID web app

1. Sign in to the [LUSID web app](https://www.lusid.com/app/home) using the credentials of a LUSID administrator.
2. From the top left menu, navigate to **Dashboard > Valuations:**

![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/image(56).png)
3. Select a **Portfolio / Group** and **Recipe** to [perform a valuation](/v1/docs/how-do-i-perform-a-valuation) as usual.
4. Navigate to the **Pricing manifest** tab. The web app displays the manifest as a table of data:

![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/image(57).png)

> **Note**: If you have set a **Refresh rate** on the **Main** tab then navigating to the **Pricing manifest** tab disables it, to prevent mismatches between valuation results and audit data. Simply click **Refresh rate** again when you navigate back to the **Main** tab to re-enable it.

## Using Luminesce

1. Sign in to the [LUSID web app](https://www.lusid.com/app) using the credentials of a LUSID administrator.
2. From the left-hand menu, select **Insights > Request Logs**: ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/cfa0efd8-1362-4de6-812d-39b54e5c5f0c.png)
3. Enter `GetValuation` in the **Operation** column (highlighted in red below) and choose the API call that corresponds to the date and time at which you performed the operation: ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/ad639fc9-b828-44dd-b60f-1a2e4b02461e.png)
4. Copy the **Request ID** for that API call (highlighted in green above), for example `0HMGJ1RDFFFHG:0000001B`.
5. From the left-hand menu, select **Data Virtualisation > Query Editor**: ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/fcdaed7c-73a4-4ef9-a712-36b3362f9b39.png)
6. Paste the following Luminesce SQL query into the editor, substituting your **Request ID** retrieved from Insights as the argument to the `UserRequestId` filter, encapsulated in single quote marks:

```sql
select *
from Lusid.Logs.Valuations.Manifest
where UserRequestId = '0HMGJ1RDFFFHG:0000001B'
```
7. Press the **Run** button. Luminesce returns the manifest as a table of data like this: ![](https://cdn.document360.io/d575ad81-c0ed-4980-bbd1-d59ac5c3de82/Images/Documentation/58240a33-68a8-48eb-934c-bb41db394e86.png)
