v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
account

Get full history of all system events

get/system/history

Query parameters

event_typesstring[]

comma separated list of event types to filter

user_idstring

id of a user to filter for

offsetinteger

the offset of the result set

limitinteger

the number of results in the result set

Response

successful retrieval of history

Example response

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