Export Audit Logs

POST {{baseUrl}}/api/v2/audit_logs/export?filter[source_type]=<string>&filter[source_id]=<integer>&filter[actor_id]=<integer>&filter[ip_address]=<string>&filter[created_at]=<string>&filter[action]=<string>

Allowed For

  • Admins on accounts that have audit log access

Request Params

KeyDatatypeRequiredDescription
filter[source_type]stringFilter audit logs by the source type. For example, user or rule
filter[source_id]stringFilter audit logs by the source id. Requires filter[source_type] to also be set.
filter[actor_id]stringFilter audit logs by the actor id
filter[ip_address]stringFilter audit logs by the ip address
filter[created_at]stringFilter audit logs by the time of creation
filter[action]stringFilter audit logs by the action

HEADERS

KeyDatatypeRequiredDescription
Acceptstring