TheDocumentation Index
Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
Use this file to discover all available pages before exploring further.
AuditEvent type represents an audit log entry for actions performed within your team. Events conform to the OCSF v1.5.0 standard.
Fields
Unique identifier for the event.
When the event occurred (ISO 8601 format).
High-level category:
MEETING_OPERATIONS, TEAM_OPERATIONS, USER_OPERATIONS, or AUTHENTICATION.The specific action that occurred (e.g.,
MEETING_DELETED, TEAMMATE_ADDED).Event severity:
informational, low, medium, high, critical, fatal.Event outcome:
success or failure.Human-readable event description.
OCSF class UID for compliance mapping.
OCSF activity ID for compliance mapping.
OCSF type UID, computed as
class_uid * 100 + activity_id.The user who performed the action. Contains
user_id, and optionally email, full_name (when include_pii is true), and ip_address.The affected resource with
type (meeting or team) and id.Additional context as a JSON string of key-value pairs.
Related Types
- AuditEventCategory - Category enum
- AuditEventAction - Action enum
- Audit Events Query - Query documentation