auditLog
Get a single audit log event by its ID.
auditLog(
organizationId: ID!
id: ID!
): AuditLog
Arguments
auditLog.organizationId ● ID! non-null scalar {#organization-id}
Your organization ID
auditLog.id ● ID! non-null scalar {#id}
The audit log event ID
Type
AuditLog object
An audit log event with full details.