AuditLogEntry
class mint.types.AuditLogEntry ( BaseModel )¶
A single entry in the audit log.
Fields:
- timestamp ( datetime ) – When the event occurred.
- event ( str ) – The event type identifier.
- model_id ( str | None ) – The model ID associated with the event, if any.
- mindlab-toolkit_path ( str | None ) – The mindlab-toolkit path associated with the event, if any.
- purpose ( str | None ) – The purpose of the event, if any.
Referenced by¶
- mint.types.AuditLogResponse