POST /api/v2/audit_logs/export

Allowed For

Servers

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

filter[action] String No

Filter audit logs by the action

filter[source_id] Integer No

Filter audit logs by the source id. Requires filter[source_type] to also be set.

filter[created_at] String No

Filter audit logs by the time of creation. When used, you must specify filter[created_at] twice in your request, first with the start time and again with an end time

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.