auditLog
Retrieve a single audit log event by its identifier.
Returns null with a NOT_FOUND error if the event does not exist or belongs to a
different organization.
auditLog(
organizationId: ID!
id: ID!
): AuditLog
Arguments
auditLog.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
auditLog.id ● ID! non-null scalar {#id}
The audit log event's unique identifier.
Type
AuditLog object
An audit log event recording a significant action in your organization.
Every state-changing operation in Massdriver is captured as an audit log event, following the CloudEvents specification. Use audit logs to track who made changes, investigate incidents, and satisfy compliance requirements.
Event types use dot notation to categorize actions (e.g., project.created,
deployment.completed, group.member_added).
Subjects use MRI (Massdriver Resource Identifier) format to identify the affected
resource (e.g., mri://organization/my-org/project/backend).