# AuditLog


[API catalog](/reference/api/) · [Docker Hub overview](/reference/api/hub/latest/) · [Product manual](https://docs.docker.com/docker-hub/) · [OpenAPI specification](/reference/api/hub/latest.yaml)

API version: 2-beta



Schema constraints and annotations:

```json
{
  "description": "Audit log event.",
  "properties": {
    "account": {
      "type": "string"
    },
    "action": {
      "type": "string"
    },
    "action_description": {
      "type": "string"
    },
    "actor": {
      "type": "string"
    },
    "data": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "timestamp": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}
```



