[Yandex Cloud documentation](../index.md) > [Yandex API Gateway](index.md) > Audit Trails events

# Yandex Audit Trails event reference

Audit Trails supports tracking control plane events for Yandex API Gateway. Read more in [Management event audit log](../audit-trails/concepts/format.md).

The general format of the `event_type` field value is as follows:

```text
yandex.cloud.audit.serverless.apigateway.<event_name>
```

Event name | Description
--- | ---
`AddDomain` | Connecting a domain
`CreateApiGateway` | Creating an API gateway
`DeleteApiGateway` | Deleting API gateways
`DeleteDomain` | Detaching a domain
`ResumeApiGateway` | Resuming an API gateway
`SetApiGatewayAccessBindings` | Assigning access permissions for an API gateway
`StopApiGateway` | Stopping an API gateway
`UpdateApiGateway` | Updating an API gateway
`UpdateApiGatewayAccessBindings` | Updating access permissions for an API gateway