get:
  tags:
    - All Resources
    - Data Health
  summary: ''
  operationId: data_health.status.get
  description: >-
    Returns DSP data health status data for the dsp lifetime.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/dsp_array.yaml'
    - $ref: '../parameters/data_health_status_array.yaml'
  responses:
    200:
      $ref: '../responses/DataHealthStatusResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'