get:
  tags:
    - All Resources
    - Tracks
    - TikTok
  summary: 'Get TikTok Top track charts'
  operationId: tiktok_top.tracks-charts.get
  description: 'Retrieve the list of TikTok top charts based on the specific dimensions (country, period, and core metric).'
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/period_days_array.yaml'
    - $ref: '../parameters/tiktok_chart_type_array.yaml'
  responses:
    200:
      $ref: '../responses/TikTokTopCharts.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'