get:
  tags:
    - All Resources
    - Data Health
  operationId: data_health.status_analytics.get
  summary: ''
  description: >-
    Returns DSP data health status data for the specified date range and breakdowns.
    Consolidates multiple data providers into uniform API.
    Provides a high-level overview over the daily data processing statuses.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/start_date.yaml'
    - $ref: '../parameters/end_date.yaml'
    - $ref: '../parameters/data_health_breakdown_group_array.yaml'
    - $ref: '../parameters/data_health_breakdown_array.yaml'
    - $ref: '../parameters/dsp_array.yaml'
  responses:
    200:
      $ref: '../responses/DataHealthStatusAnalyticsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'