list-auditlogs
Retrieves audit log entries for a product, with optional filters by config, environment, date range, and audit log type.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | No | The identifier of the Config. | |
| pageSize | No | Page size (min: 1, max: 100). | |
| productId | Yes | The identifier of the Product. | |
| pageNumber | No | Page number (min: 1). | |
| auditLogType | No | Filter Audit logs by Audit log type. | |
| environmentId | No | The identifier of the Environment. | |
| toUtcDateTime | No | Filter Audit logs by ending UTC date. | |
| fromUtcDateTime | No | Filter Audit logs by starting UTC date. |