Users can use the above dashboards and reports to view the data of leads and its lead scores.
Important: Where Is the Lead Score Stored?
A common misconception is that the Lead Score is stored directly as a field on the Lead object. This is not the case. The Lead Score is stored in a separate object called: ScoreIntelligence, the lead object and Score intelligence object has relation between them, In Lead Object you can notice a field named as ScoreIntelligenceId - The ID of the ScoreIntelligent record that contains lead score. When we go to the ScoreIntelligence object we can see the fields ID (Record ID), BaseId (Lead record ID), Score (Lead Score).
Sample SOQL Queries:
This query retrieves all lead scores from the ScoreIntelligence object:
SELECT Id, BaseId, Score FROM ScoreIntelligence
This query retrieves leads with their associated scores:
SELECT Id, ScoreIntelligence.Score FROM Lead WHERE ScoreIntelligence.Score != NULL
The Object ScoreIntelligence is used for internal purpose. and is API exposed, not directly supported in the UI.
005314324

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.