Skip to main content

Read a collector

GET
api/v3/stream/c/:collector_id/results

Read a collector

Path Parameters

  • collector_id string required
    Example: collector_1

Query Parameters

  • resume_offset string

    position to resume the data access from. Can be retrieved from control chunks. Allowed values: earliest, latest or the resume_token from control_chunk. Default value: earliest

    Example: earliest
  • end_behaviour string

    what to do when we reached the most recent result. Allowed values: stop or wait. Default value: wait.

    Example: stop
Responses

OK


Schema
  • string
Loading...