# Create audit log request

`POST /v0/meta/enterpriseAccounts/{enterpriseAccountId}/auditLogs`

**NOTE:** Use of this API is discouraged for new use cases. Prefer to use the [audit log events API](/api/audit-logs-overview) instead.

Create an audit log request. This starts the processing necessary to retrive the logs.

The response includes an `id`, which is then used to [check the status of and download](/api/get-audit-log-request) your logs.

## Scopes

- `enterprise.auditLogs:read`

## Responses

### 200

```json
{
  "$ref": "#/components/schemas/Audit-log"
}
```
