API Endpoints to retrieve recorded actions and resulting changes in the system.
The user documentation with explanations how to use the api can be found here.
Changes on organizations, folders and projects and respective cloud resources are logged and collected in the audit log.
The audit log API allows to download messages from the last 90 days. The maximum duration that can be queried at once is 24 hours. Requests are rate limited - the current maximum is 60 requests per minute.
For more information, please visit https://support.stackit.cloud/servicedesk
This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.
pip install stackit-auditlogThen import the package:
import stackit.auditlogExamples for the usage of the package can be found in the GitHub repository of the SDK.