action netlify_list_account_audit_events { label: "listAccountAuditEvents" provider: netlify method: GET path: "/accounts/{account_id}/audit" encoding: json input: { type: "object" properties: { log_type: { type: "string" } query: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }