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
Key | Datatype | Required | Description |
---|
filter[source_type] | string | | Filter audit logs by the source type. For example, user or rule |
filter[source_id] | string | | Filter audit logs by the source id. Requires filter[source_type] to also be set. |
filter[actor_id] | string | | Filter audit logs by the actor id |
filter[ip_address] | string | | Filter audit logs by the ip address |
filter[created_at] | string | | Filter audit logs by the time of creation |
filter[action] | string | | Filter audit logs by the action |
Key | Datatype | Required | Description |
---|
Accept | string | | |