# List Apple Business audit events

Canonical URL: https://docs.fuse.init.inc/integrations/apple-business/actions/audit_events.list

List audit events from the Apple Business API.

Action ID: `audit_events.list`
Provider: Apple Business (`apple_business`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `apple.audit.read`

## Input schema fields

- `page_size`
- `cursor`
- `start_timestamp`
- `end_timestamp`
- `actor_id`
- `subject_id`
- `event_type`

## Output schema fields

- `audit_events`
- `audit_events[]`
- `audit_events[].id`
- `audit_events[].event_type`
- `audit_events[].event_time`
- `audit_events[].actor_id`
- `audit_events[].subject_id`
- `audit_events[].outcome`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/apple-business
Actions index: https://docs.fuse.init.inc/integrations/apple-business/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/apple_business/actions/audit_events.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/apple_business/actions
