get:
  tags:
    - All Resources
    - Data Health
    - Charts
    - Spotify
  summary: 'Get Spotify charts data health status for the lifetime'
  operationId: spotify.charts.data_health.get

  description: >-
    Returns Spotify charts data health status for the lifetime.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/spotify_charts_data_health_status_array.yaml'
    - $ref: '../parameters/spotify_chart_breakdown.yaml'
    - $ref: '../parameters/spotify_chart_type_array.yaml'
    - $ref: '../parameters/country_code_array_without_ww.yaml'
  responses:
    200:
      $ref: '../responses/SpotifyChartsDataHealthStatusResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'