跳至主要内容

List audit logs

GET 

/api/v1/notifications/audit-logs

List audit logs with pagination and optional type filter.

Parameters

  • skipCount (integer, optional, default: 0): Number of records to skip
  • maxResultCount (integer, optional, default: 20, max: 1000): Maximum records to return
  • type (string, optional): Event type filter. Format: {targetType}.{action}, e.g. template.create, channel.update

Type Values:

  • Channel: channel.create, channel.update, channel.delete, channel.enable, channel.disable
  • Template: template.create, template.update, template.delete
  • Message: message.send, message.test

Responses

  • 200 OK: Audit logs retrieved successfully.
  • 400 Bad Request: Invalid parameters.

Request

Responses

Audit logs retrieved successfully