AuditLog
An audit log event with full details.
type AuditLog {
id: ID!
occurredAt: DateTime!
type: String!
source: String!
subject: String
data: Map
actor: V1AuditLogActor!
}
Fields
AuditLog.id ● ID! non-null scalar {#id}
Unique event identifier
AuditLog.occurredAt ● DateTime! non-null scalar {#occurred-at}
When the event occurred (UTC)
AuditLog.type ● String! non-null scalar {#type}
Event type (e.g., 'project.created')
AuditLog.source ● String! non-null scalar {#source}
Where the event originated
AuditLog.subject ● String scalar {#subject}
Resource the event applies to (MRI format)
AuditLog.data ● Map scalar {#data}
Event payload with context and resource details
AuditLog.actor ● V1AuditLogActor! non-null object {#actor}
Who performed this action
Returned By
auditLog query