get:
  tags:
    - All Resources
    - Charts
    - Data Health
  summary: 'Get overall data info by DSP & Chart Group'
  operationId: data_health.chart_positions.get
  description: >-
    Resource route for getting overall meta info for Chart Positions datasets. This endpoint exposes data points
    like the earliest and latest available date overall for an entire DSP Chart Group.
  security:
    - bearerAuth: []
  responses:
    200:
      $ref: '../responses/DataHealthChartPositionsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'