POST /api/v2/audit_logs/export
Allowed For
- Admins on accounts that have audit log access
Servers
- https://{subdomain}.{domain}.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
filtersource_id |
Integer | No |
Filter audit logs by the source id. Requires |
filteractor_id |
Integer | No |
Filter audit logs by the actor id |
filtercreated_at |
String | No |
Filter audit logs by the time of creation. When used, you must specify |
filterip_address |
String | No |
Filter audit logs by the ip address |
filteraction |
String | No |
Filter audit logs by the action |
filtersource_type |
String | No |
Filter audit logs by the source type. For example, user or rule |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.