# GetAuditLogsResponse


[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": "GetAuditLogs response.",
  "properties": {
    "logs": {
      "description": "List of audit log events.",
      "items": {
        "$ref": "#/components/schemas/AuditLog"
      },
      "type": "array"
    }
  },
  "type": "object"
}
```



