activity-log
The organization activity log: who did what, to which entity, when. Figma intends this for SIEM integration and states it “can only be used by Figma Enterprise organizations building internal applications”. Rate limit tier 3.
activity-log list
Section titled “activity-log list”cyber-figma activity-log listLists timestamp, action type, actor, and entity for each event.
| Option | Description |
|---|---|
--events <types> |
Comma-separated event types (all events by default) |
--start-time <time> |
Least recent event (default: one year ago) |
--end-time <time> |
Most recent event (default: now) |
--limit <number> |
Maximum events to return (Figma’s default: 1000) |
--order <direction> |
asc (Figma’s default) or desc |
--start-time and --end-time accept Unix seconds, an ISO 8601 instant, or YYYY-MM-DD
(midnight UTC) — you do not have to convert anything by hand. A window that ends before it
starts is refused locally, before the call is spent.
cyber-figma activity-log list --start-time 2026-01-01 --end-time 2026-02-01 --order desccyber-figma activity-log list --events file.create --jsoncyber-figma activity-log list --start-time 1767225600 --limit 100Two things about the data: the actor is null for system-driven events, and named
SCIM Provider for SCIM-driven ones and Figma Support for official support actions — so an
audit query that groups by actor should expect those.