# 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/cli/commands/run.py#L221)\[ [AuditLogEntry](https://tinker-docs.thinkingmachines.ai/tinker/api-reference/types/auditlogentry/)\]_ ) – List of audit log entries, sorted by timestamp.

## Referenced by

- [RestClient.get_audit_log](https://tinker-docs.thinking-machines-lab/tinker/api-reference/restclient/#get_audit_log)
