# Get audit log request

`GET /v0/meta/enterpriseAccounts/{enterpriseAccountId}/auditLogs/{enterpriseAuditLogTaskId}`

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

Retrieve a specific audit log request.

## Scopes

- `enterprise.auditLogs:read`

## Responses

### 200

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