fossa_get_audit_logs
Retrieve or count organization audit log entries using filters for actions, topics, dates, and users. Start with count view to size queries, then page reliably with the starting_after cursor.
Instructions
Read the organization's audit log, or just count the entries matching a filter.
Read-only. Every entry records who acted, on what, and the old and new value. Both views take the same filters, so run view="count" first to size a query before paging it. starting_after is a row-id cursor and is the reliable way to page a live log; offset drifts as entries arrive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | list | |
| limit | No | ||
| offset | No | ||
| topics | No | ||
| actions | No | ||
| sort_by | No | ||
| end_date | No | ||
| sort_dir | No | ||
| start_date | No | ||
| ending_before | No | ||
| topic_actions | No | ||
| starting_after | No | ||
| acting_user_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||