get:
  tags:
    - All Resources
    - Data Health
    - Ads
  summary: ''
  operationId: ads_data_health.status.get
  description: >-
    Returns DSP data health status data for the dsp lifetime.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/ads_dsp_array.yaml'
    - $ref: '../parameters/ads_data_health_status_array.yaml'
    - $ref: '../parameters/parent_rep_owner_id_array.yaml'
    - $ref: '../parameters/ads_account_id_array.yaml'
  responses:
    200:
      $ref: '../responses/AdsDataHealthStatusResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'