get:
  tags:
    - All Resources
    - Charts
  summary: 'Get one Chart'
  operationId: charts.get
  description: >-
    Resource route for getting a single `Chart`
    with filtering based on provided parameters  
    
    Now this endpoint supports only `youtube` dsp. Also `rank` field is DEPRECATED
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/chart_id_path.yaml'
  responses:
    200:
      $ref: '../responses/ChartResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    404:
      $ref: '../responses/NotFoundError.yaml'
    500:
      $ref: '../responses/InternalError.yaml'