Sign in

Read activity logs

documented

Retrieve security/activity events for an organization (Enterprise only).

GET /v1/activity_logsActivity Logsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.figma.com/v1/activity_logs?limit={{$limit}}&events={{$events}}&start_time={{$start_time}}&end_time={{$end_time}}&order={{$order}}&cursor={{$cursor}}" \
  -X GET \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Accept: application/json\"
Read activity logs · Figma · OpenIntegrations