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

# Output Report - Data Stats Tool

> *Detailed information on the output response that the Data Stats Tool returns*

# Overview

The data stats report generated contains two files:

1. Status Code Counts: The count of each response code and its percent frequency of the total records uploaded.

<table>
  <thead>
    <tr>
      <th>
        Response Code
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        200
      </td>

      <td>
        When the API finds a match in our dataset, it returns an HTTP response code of 200.
      </td>
    </tr>

    <tr>
      <td>
        404
      </td>

      <td>
        When the API doesn't find a match in our dataset, it returns an HTTP response code of 404.
      </td>
    </tr>
  </tbody>
</table>

2. Field Fill Rates: The count of each field successfully returned and its percent frequency of the the total [person fields](/docs/fields#base-person-fields) or [company fields](/docs/company-schema#base-company-fields) returned.

<Info>
  **How to retrieve the enriched list.**

  The tool generates a free data stats report to preview batch enrichment coverage. To access the full report with enriched field values please [contact a data consultant](https://www.peopledatalabs.com/talk-to-sales).
</Info>


## Related topics

- [October 2024 Release Notes](/changelog/october-2024-release-announcement-v280.md)
- [August 2024 Release Notes](/changelog/august-2024-release-announcement-v271.md)
- [Output Response - Autocomplete API](/docs/output-response-autocomplete-api.md)
- [Output Response - Company Enrichment API](/docs/output-response-company-enrichment-api.md)
- [Output Response - Company Search API](/docs/output-response-company-search-api.md)
