list-organization-auditlogs
Fetch audit log entries for an organization, using optional filters for product, config, environment, event type, and date range to track configuration changes.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | No | The identifier of the Config. | |
| pageSize | No | Page size (min: 1, max: 100). | |
| productId | No | 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. | |
| organizationId | Yes | The identifier of the Organization. | |
| fromUtcDateTime | No | Filter Audit logs by starting UTC date. |