Fetch Audit Logs

Retrieves audit logs.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
fromstringRequiredformat: "date-time"
Time from which logs are to be retrieved.
tostringRequiredformat: "date-time"
Time till which logs are to be retrieved.

Response

Response for the audit logs export request. Response is empty as the process is asynchronous. Upon completion, the user will be notified.

Errors