Understand and manage your audit logs
API endpoints
This API is typically needed to monitor and provide insight into the history, success, or failure of the resource.
Relative URI | Method | Success code | Description |
/flows/<_id>/audit | GET | 200 | Get a log for a specific flow. |
/connections/<_id>/audit | GET | 200 | Get a log for a specific connection. |
/integrations/<_id>/audit | GET | 200 | Get a log for a specific integration. |
/exports/<_id>/audit | GET | 200 | Get a log for a specific export. |
/imports/<_id>/audit | GET | 200 | Get a log for a specific import. |
/apis/<_id>/audit | GET | 200 | Get a log for a specific My API. |
/scripts/<_id>/audit | GET | 200 | Get a log for a specific script. |
/accesstokens/<_id>/audit | GET | 200 | Get a log for a specific access token. |
Audit API examples
Sample GET response
"audit": [ { "_id": "•••••••••••••", "resourceType": "export", "_resourceId": "••••••••••••••••••••••••••", "source": "UI", "fieldChanges": [
{
"newValue": {
"resource": "customers",
"version": "v2",
"operation": "getacountof_customergroups"
},
"fieldPath": "assistantMetadata"
},
{
"oldValue": "RESTExport",
"newValue": "RESTExport", } ]
Comments
0 comments
Please sign in to leave a comment.