Skip to main content

AuditLogListResponse

logs object[]required
  • Array [
  • idstring<uuid>required
    user_emailUser Email (string)required
    actionAction (string)required
    resource_typeResource Type (string)required
    resource_id object
    anyOf
    string
    descriptionDescription (string)required
    changes objectrequired
    property name*any
    ip_address object
    anyOf
    string
    user_agent object
    anyOf
    string
    http_methodHttp Method (string)required
    pathPath (string)required
    status_code object
    anyOf
    integer
    created_atCreated At (string)required
  • ]
  • totalTotal (integer)required
    pagePage (integer)required
    page_sizePage Size (integer)required
    has_moreHas More (boolean)required
    AuditLogListResponse
    {
    "logs": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "user_email": "string",
    "action": "string",
    "resource_type": "string",
    "resource_id": "string",
    "description": "string",
    "changes": {},
    "ip_address": "string",
    "user_agent": "string",
    "http_method": "string",
    "path": "string",
    "status_code": 0,
    "created_at": "string"
    }
    ],
    "total": 0,
    "page": 0,
    "page_size": 0,
    "has_more": true
    }