Audit Log
Overview
Fetching all audit logs
# First party modules
from paradime import Paradime
# Create a Paradime client with your API credentials
paradime = Paradime( api_endpoint="API_ENDPOINT", api_key="API_KEY", api_secret="API_SECRET")
# Fetch all audit logs
audit_logs = paradime.audit_log.get_all()Last updated
Was this helpful?