get:
  tags:
    - All Resources
    - Data Health
  summary: 'Get details about the latest DSP data updates'
  operationId: data_completeness.get
  description: >-
    Resource route for getting the status of partner data updates by DSP. This endpoint can be used to determine
    how long it's been since data for a specific DSP has been updated.
  security:
    - bearerAuth: []
  responses:
    200:
      $ref: '../responses/DataCompletenessResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'