Get Scaleway Audit Trail last-events overview
scaleway_audit_get_last_events_overviewQuickly check for recent Audit Trail activity with a snapshot of the last events, avoiding a full paginated query.
Instructions
Get the snapshot of most recent Audit Trail events the console shows on the Audit Trail landing page - the last handful of api events, no filters, no pagination. Handy as a cheap 'anything happening lately?' check before running a full paginated query. Requires the AuditTrailReadOnly permission set on THIS server's own credential; if every call fails with permissions_denied, that's very likely why - grant it via scaleway_iam_set_policy_rules (organization scope).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Defaults to the server's configured region (fr-par). | |
| project_id | No | Filter to one Project. Omit for the whole Organization. | |
| full_detail | No | false (default): drop request_id/user_agent/request_body per event. true: return every field the API provides. |