Documentation Index
Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheauditEvents query retrieves audit events for your team. Events follow the OCSF v1.5.0 standard and cover meeting operations, team operations, user settings changes, and authentication (login/logout) events.
This query requires an Enterprise plan and the requesting user must be a team admin. See pricing for more details.
Supported Events
| Action | Category | Description |
|---|---|---|
MEETING_DELETED | Meeting Operations | A meeting was deleted |
MEETING_PRIVACY_UPDATED | Meeting Operations | Meeting privacy setting was changed |
MEETING_VIEWED | Meeting Operations | A meeting summary was viewed |
MEETING_SHARED | Meeting Operations | A meeting was shared with someone |
MEETING_DOWNLOADED | Meeting Operations | A meeting transcript or recording was downloaded |
TEAMMATE_ADDED | Team Operations | A teammate was added to the team |
TEAMMATE_REMOVED | Team Operations | A teammate was removed from the team |
SETTINGS_UPDATED | User Operations | Team settings were updated |
LOGIN | Authentication | A user logged in |
LOGOUT | Authentication | A user logged out |
Arguments
Maximum number of events to return. Must be between 1 and 50.
Pagination cursor for fetching the next page of results. Use the
next_cursor value from a
previous response.Filters for the query. The
category field is required.Response Fields
List of audit events matching the query.
Indicates if there are more results available.
Cursor to use for fetching the next page of results.
Usage Example
Pagination
Use cursor-based pagination to fetch additional results:OCSF Compliance
All events conform to the OCSF v1.5.0 standard. Theclass_uid, activity_id, and type_uid fields map directly to OCSF event classification, enabling integration with SIEM tools and compliance pipelines.
| Action | OCSF Class | class_uid | activity_id |
|---|---|---|---|
MEETING_DELETED | API Activity | 6003 | 4 |
MEETING_PRIVACY_UPDATED | Entity Management | 3004 | 3 |
MEETING_VIEWED | Web Resource Activity | 6001 | 2 |
MEETING_SHARED | User Access Management | 3005 | 1 |
MEETING_DOWNLOADED | Web Resource Activity | 6001 | 7 |
TEAMMATE_ADDED | User Access Management | 3005 | 1 |
TEAMMATE_REMOVED | User Access Management | 3005 | 2 |
SETTINGS_UPDATED | Entity Management | 3004 | 3 |
LOGIN | Authentication | 3002 | 1 |
LOGOUT | Authentication | 3002 | 2 |
Error Codes
List of possible error codes that may be returned by theauditEvents query. Full list of error codes can be found here.
paid_required (enterprise)
paid_required (enterprise)
You need to be on an Enterprise plan to query audit events.
require_elevated_privilege
require_elevated_privilege
You need to be a team admin to query audit events.
service_unavailable
service_unavailable
Additional Resources
Transcripts
Querying list of transcripts
Rule Executions
Querying automation rule executions