---
title: "Get profile completeness"
method: GET
path: "/dashboard/profile-completeness"
tags: ["Dashboard"]
---

# Get profile completeness

`GET /dashboard/profile-completeness`

Retrieves the average profile completeness score and a breakdown of locations by completeness classification (REQUIRED, BASIC, ADVANCED, BONUS, COMPLETE, OTHER) for filtered locations. Reflects current state (no date range).

## Query parameters

- `v` unknown
- `filterCategory` 'location' | 'business' | 'labels' | 'location-groups'
- `locationIds` unknown
- `businessIds` unknown
- `labels` unknown
- `locationGroupIds` unknown
- `excludedLocationIds` unknown
- `excludedBusinessIds` unknown
- `excludedLabels` unknown
- `excludedLocationGroupIds` unknown

## Response `200`

Profile completeness statistics with classification breakdown. Versions older than 20191203 also include missingFields, directoriesMissingConnect and isLegacy.

- union
  - object — Profile completeness statistics with location classification breakdown
    - `averageProfileCompleteness` unknown, required
    - `countLocationsMissingData` unknown, required
    - `locationClassificationCounts` unknown, required
  - object — Legacy profile completeness response. Returned for API versions older than 20191203, which additionally expose missingFields, directoriesMissingConnect and isLegacy.
    - `missingFields` unknown[], required — Directory fields missing on at least one of the matched locations
      - unknown
    - `directoriesMissingConnect` unknown[], required — Directories missing a connect on at least one of the matched locations (FACEBOOK, GOOGLE)
      - unknown
    - `averageProfileCompleteness` unknown, required
    - `countLocationsMissingData` unknown, required
    - `locationClassificationCounts` unknown, required
    - `isLegacy` unknown, required

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/ddc577c548ee/schema)
