6aef0cb7a151
latestOpenAPI 3.0.02026-08-0417295208.0 KBchannels
Get the history logs of the channel
get/channels/{channel_name}/history
Path parameters
channel_namestring required
Query parameters
event_typesstring[]
comma separated list of event types to filter
offsetinteger
the offset of the result set
limitinteger
the number of results in the result set
Response
successfully retrieved the activity logs for the channel
Example response
{
"items": [
{
"event_type": "channel_created"
}
]
}