Audit Log Search

GET https://{{API_URL}}/audit_logs?start_date=2020-11-01&end_date=2020-11-28

Returns a compressed (gzip) JSON lines file with all entries for the specified date range. If there are no audit logs for the specified period, the returned file will have no content.

Request Params

KeyDatatypeRequiredDescription
start_datestringThe start date of the period you wish to receive audit logs from. Must be less than or equal to end_date. The format is 'YYYY-MM-DD'.
end_datestringThe end date of the period you wish to receive audit logs from. Must be greater than or equal to start_date. The format is 'YYYY-MM-DD'.