Retrieve Audit Logs

Fetches audit logs for your organization within a specified date range. This endpoint provides detailed activity records including user actions, system events, automation rule executions, and configuration changes. The response is paginated to handle large volumes of audit data efficiently.

Use Cases

  • Compliance reporting and security audits
  • Investigating user activities and access patterns
  • Monitoring automation rule executions
  • Tracking configuration changes

Date Range Limitations

  • Maximum range: 7 days per request
  • Default range: Last 7 days if not specified
  • If the range exceeds 7 days, the system automatically adjusts to return logs from 7 days before the end_date
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Defaults to 1

The page number for paginated results. Page numbering starts at 1. Used in conjunction with page_size to navigate through large result sets.

integer
1 to 500
Defaults to 50

Limit the number of results. Maximum supported is 500, minimum is 1. Default value is 50

date-time
required

The beginning of the date range for audit log retrieval. Must be in ISO-8601 format (e.g., 2023-12-01T00:00:00.000Z). The start_date must be earlier than end_date and cannot be more than 7 days before end_date.

date-time
required

The end of the date range for audit log retrieval. Must be in ISO-8601 format (e.g., 2023-12-08T23:59:59.999Z). If the range between start_date and end_date exceeds 7 days, the system automatically adjusts to return logs from 7 days before this date.

Responses

500

Unexpected server error occurred. The error has been logged and the Zluri team has been notified. Please retry the request after a brief wait.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json