list-auditlogs
Retrieve audit log items for a product, optionally filtered by config, environment, type, and date range. Returns logs for the last 7 days by default.
Instructions
This endpoint returns the list of Audit log items for a given Product and the result can be optionally filtered by 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 |
|---|---|---|---|
| productId | Yes | 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. |