For the complete documentation index, see llms.txt. This page is also available as Markdown.

audit

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

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

Arguments

after ● String scalar

filter ● AuditFilter input

limit ● Int scalar

Last updated

Was this helpful?