Skip to main content
Version: 0.10.x

List readers

GET 

/reader/:reader_id

List readers

Displays current readers and their configurations

Request​

Path Parameters

    reader_id anyrequired

    The id of the reader to get information about. For a list of all readers, see /reader_groups

Responses​

Get all current live readers

Schema

  • Array [

  • backend stringrequired
    consumer_group stringrequired
    model_name stringrequired
    model_type stringrequired
    pids int32[]required
  • ]

Loading...