Share feedback
Answers are generated based on the documentation.

Schema

GetAuditLogsResponse

Type: object

GetAuditLogs response.
logs

Type: array

List of audit log events.
Array item

Schema: AuditLog

All schema constraints and annotations
{
  "description": "List of audit log events.",
  "items": {
    "$ref": "#/components/schemas/AuditLog"
  },
  "type": "array"
}
All schema constraints and annotations
{
  "description": "GetAuditLogs response.",
  "properties": {
    "logs": {
      "description": "List of audit log events.",
      "items": {
        "$ref": "#/components/schemas/AuditLog"
      },
      "type": "array"
    }
  },
  "type": "object"
}