List Audit log items for Organization
GET/v1/organizations/:organizationId/auditlogs
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.
Request
Responses
- 200
- 400
- 404
- 429
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.