Fetch Audit Logs

Beta
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.
categorieslist of stringsOptional
Categories of the logs to filter by.
operation_typeslist of enumsOptional
Operation type to filter the logs by.
Allowed values:

Response

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

Errors