GET /api/v2/audit_logs
Allowed For
- Admins on accounts that have audit log access
Pagination
- Cursor pagination (recommended)
- Offset pagination
See Pagination.
Returns a maximum of 100 records per page.
Servers
- https://{subdomain}.{domain}.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
filter[source_type] |
String | No |
Filter audit logs by the source type. For example, user or rule |
filter[actor_id] |
Integer | No |
Filter audit logs by the actor id |
filter[ip_address] |
String | No |
Filter audit logs by the ip address |
sort_order |
String | No |
Offset pagination only. Sort audit logs. Default is |
filter[action] |
String | No |
Filter audit logs by the action |
sort |
String | No |
Cursor pagination only. Sort audit logs. Default is |
filter[source_id] |
Integer | No |
Filter audit logs by the source id. Requires |
filter[created_at] |
String | No |
Filter audit logs by the time of creation. When used, you must specify |
sort_by |
String | No |
Offset pagination only. Sort audit logs. Default is |
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.