How to get the audit log data?
Hi,
somebody know if is possible to get all data from audit log tab, I need to get the Field, Old value, new Value, time. I will use to audit schedule changes.
Thank you very much.
0
Hi,
somebody know if is possible to get all data from audit log tab, I need to get the Field, Old value, new Value, time. I will use to audit schedule changes.
Thank you very much.
Comments
Hi Javier Velazquez,
Yes, you can get this information from the Audit log tab when you open a flow or if you open the integration containing the flow, as shown below. This Audit log article has more information.

Hi Courtney Jordan,
Thank you very much, do you know if it will be possible to take the information through a json? for example via an API?
Best Regards,
Hi Javier Velazquez,
I don't see this functionality in our integrator.io API resources, so we'll get it updated per our PM's response below.
Hi Javier,
Please try making a GET call to https://yourinstance.integrator.io/v1/:modelPlural/:_id/audit to obtain the audit information. Where "modelPlural" will be the resource type (flow, export, import....) and "id" will be associated resource id. For example, making a GET call to https://api.staging.integrator.io/v1/flows/60d4d69e6d08365744c315b2/audit gives a response as below:
Some of the values for old value and new value fields are redacted and only contain a series of "****"s - is there any way to get the unredacted data via the API?
Please sign in to leave a comment.