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

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