# Legacy get listings health for a location

Retrieves the current listing sync status breakdown across all directories for a single location. Counts listings by status: in sync, being updated, linked, submitted, action required, and locations requiring sync. Reflects current state (no date range).

Endpoint: GET /dashboard/listing-health/{locationId}
Version: 20260701

## Path parameters:

  - `locationId` (any, required)
    Identifier of the location to retrieve listings health for

## Query parameters:

  - `v` (any)
    API version. Defaults to the latest version. Versions older than 20260713 additionally return the legacy directoriesMissingConnect, countLocationsNeedsReview and countFieldsInSync fields.

## Header parameters:

  - `X-Uberall-Sales-Partner-Id` (any, required)

## Response 200 fields (*/*):

  - `status` (any, required)
    Response status
    Example: SUCCESS

  - `response` (any, required)
    Response payload

