Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets details of the audit log entry with the specified UUID.
The UUID of the audit log entry.
"c37c7292-35cd-4dc4-9113-21b23beaea7d"
Successful response
const response = await fetch('https://eu1.make.com/api/v2/audit-logs/{uuid}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "uuid": "text", "createdAt": "text", "triggeredAt": 0, "organizationId": 0, "organization": { "id": 0, "name": "text" }, "eventName": "text", "team": { "id": 0, "name": "text" }, "actor": { "id": 0, "name": "text", "email": "name@gmail.com" }, "targetId": "text", "version": { "from": "text", "to": "text" } }