# tinker.types.AuditLogEntry

## _class_ [**tinker.types.AuditLogEntry**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L10)( _[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)_)

A single entry in the audit log.

**Fields:**

- [**timestamp**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L13) ( _datetime_) – When the event occurred.
- [**event**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L16) ( _str_) – The event type identifier.
- [**model_id**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L19) ( _str | None_) – The model ID associated with the event, if any.
- [**tinker_path**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L22) ( _str | None_) – The tinker path associated with the event, if any.
- [**purpose**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_entry.py#L25) ( _str | None_) – The purpose of the event, if any.

## Referenced by

- [tinker.types.AuditLogResponse](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/auditlogresponse/)
