Skip to main content

Listen a stream

GET
api/v3/stream/s/:stream_id/results

Listen a stream

Path Parameters

  • stream_id string required
    Example: stream_1

Query Parameters

  • q string

    The query to search for

    Example: animal
  • max_hits integer

    Stops the stream after the given number of hits. If not set, it never stops.

    Example: 3
Responses

OK


Schema
  • string
Loading...