# tinker.types.AuditLogResponse ## *class* [**tinker.types.AuditLogResponse**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_response.py#L9)(*[BaseModel](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/_models.py#L88)*) Audit log response containing a list of entries. **Fields:** - [**entries**](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/types/audit_log_response.py#L12) (*[list](https://github.com/thinking-machines-lab/tinker/blob/main/src/tinker/cli/commands/run.py#L221)\[[AuditLogEntry](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/auditlogentry/index.md)\]*) – List of audit log entries, sorted by timestamp. ## Referenced by - [RestClient.get_audit_log](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/restclient/#get_audit_log)