list-organization-auditlogs
Retrieve organization audit logs with optional filters by product, config, environment, date range, and audit log type to track changes and activities.
Instructions
This endpoint returns the list of Audit log items for a given Organization and the result can be optionally filtered by Product and/or Config and/or Environment.
If neither fromUtcDateTime nor toUtcDateTime is set, the audit logs for the last 7 days will be returned.
The distance between fromUtcDateTime and toUtcDateTime cannot exceed 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | The identifier of the Organization. | |
| productId | No | The identifier of the Product. | |
| configId | No | The identifier of the Config. | |
| environmentId | No | The identifier of the Environment. | |
| auditLogType | No | Filter Audit logs by Audit log type. | |
| fromUtcDateTime | No | Filter Audit logs by starting UTC date. | |
| toUtcDateTime | No | Filter Audit logs by ending UTC date. |