> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/audit.md).

# audit

Retrieves a paginated list of audit log entries given the provided filter options.

```graphql
audit(
  after: String
  filter: AuditFilter
  limit: Int
): AuditDiffLogConnectionResult!
```

### Arguments

#### after ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#after" id="after"></a>

#### filter ● `AuditFilter` input <a href="#filter" id="filter"></a>

#### limit ● [`Int`](/api/graphql/data-access/scalars/int.md) scalar <a href="#limit" id="limit"></a>
