get:
  tags:
    - All Resources
    - Streams
    - Tracks
  summary: 'Resource route for getting streams insights for ISRC'
  operationId: streams.search.insights
  description: >-
    Resource route for getting information about track milestones: top 10 markets, peek day, number of streams in the peek day (lifetime), and strike weeks (number of weeks the stream amount was growing).  
    
    If param `dsp` is omitted - returns data for all dsp's plus unified cross-dsp data entry. 

  security:
    - bearerAuth: [ ]
  parameters:
    - $ref: '../parameters/isrc_required.yaml'
    - $ref: '../parameters/country_code_array.yaml'
    - $ref: '../parameters/dsp_array.yaml'
  responses:
    200:
      $ref: '../responses/StreamsInsightsItemsResponse.yaml'
    400:
      $ref: '../responses/InvalidInput.yaml'
    401:
      $ref: '../responses/Unauthorized.yaml'
    500:
      $ref: '../responses/InternalError.yaml'