schema: Notion.AuditLogs
description: Notion Audit logs
referenceURL: https://www.notion.so/
fields:
- name: event
required: true
description: The event information
type: object
fields:
- name: id
required: true
description: The event ID
type: string
- name: timestamp
required: true
description: The time at which the event occurred
type: timestamp
timeFormats:
- rfc3339
isEventTime: true
- name: workspace_id
description: The ID of the workspace associated with the event
type: string
- name: actor
required: true
description: Identifying information about the actor involved in the event
type: object
fields:
- name: id
required: true
description: The ID of actor
type: string
indicators:
- actor_id
- name: object
required: true
description: The type of actor object
type: string
- name: type
required: true
description: The type of actor
type: string
- name: person
description: Information on the person involved in the action
type: object
fields:
- name: email
description: The user's email
type: string
indicators:
- email
- name: ip_address
description: The IP address the event originated from
type: string
indicators:
- ip
- name: platform
description: The platform the request originated from
type: string
- name: type
required: true
description: The event type
type: string
- name: details
description: The event details
type: json