# GetAuditActionsResponse


[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": "GetAuditActions response.",
  "properties": {
    "actions": {
      "additionalProperties": {
        "$ref": "#/components/schemas/AuditLogActions"
      },
      "description": "Map of audit log actions.",
      "type": "object"
    }
  },
  "type": "object"
}
```



