channels

Get the history logs of the subchannel

get/channels/{channel_name}/subchannels/{subchannel_name}/history

Path parameters

channel_namestring required
subchannel_namestring required

Query parameters

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

Response

get the subchannel history

Example response

{
  "items": [
    {
      "event_type": "channel_created"
    }
  ]
}