get:
  tags:
    - All Resources
    - Tracks
    - TikTok
  summary: 'Get TikTok Top chart state with track positions and metadata'
  operationId: tiktok_top.tracks
  description: |
    Returns the top chart state with track positions and metadata,
    results are ordered by descending core metric dimension.
    The number of results can be filtered by <min|max>_position parameters and additionally filtered by ISRC.
  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/tiktok_top_chart_id.yaml'
    - $ref: '../parameters/chart_date.yaml'
    - $ref: '../parameters/tiktok_top_track_state_key_array.yaml'
    - $ref: '../parameters/isrc_array.yaml'
    - $ref: '../parameters/min_position.yaml'
    - $ref: '../parameters/max_position.yaml'
  responses:
    200:
      $ref: '../responses/TikTokTopChartTrackStates.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'