Skip to main content

Log

Go SDK v0.1.10 cannot create an audit entry through client.Audit.Log: its LogAuditParams omits the API-required agentDid and principalId fields. Use the REST endpoint or CLI for writes. List and get remain available, but AuditEntry omits DeveloperID; the SDK advertises Since, Until, Page, and PageSize filters that the API ignores; and list helpers do not URL-encode reserved characters in filter values. Use only AgentID, GrantID, PrincipalID, and Action, and issue a URL-encoded REST request when the missing field or reserved characters matter. Repository source on main corrects these gaps with regression coverage, but no corrected Go module tag has been published. This warning still applies to v0.1.10.
REST workaround

List

Pass nil for no filters.

Get

Types

AuditEntry

This table describes repository source on main. Public v0.1.10 omits DeveloperID; use the REST response when that field is required.
Last modified on July 14, 2026