Skip to main content
OpenIndex writes audit records for significant system events — work item mutations, agent runs, domain changes, calendar syncs, and more. Use the audit API to query, filter, and export these records. All audit endpoints require a Bearer token. See API Authentication.

What the audit log captures

  • Work item creation, updates, and deletion
  • Status transitions (including agent claim and complete)
  • Stage gate progressions
  • Comment and attachment changes
  • Custom field value changes
  • Agent claim and completion events
  • Agent dispatch and execution outcomes
  • Stage gate advancement by agents
  • Domain creation, updates, and deletion
  • Member additions, role changes, and removals
  • Calendar source creation and deletion
  • Sync success and failure events for each source
  • User suspension and unsuspension
  • AI provider configuration changes
  • Email infrastructure provisioning

List audit log entries

Returns audit log entries in reverse chronological order.
string
Filter entries for a specific work item (e.g. OPS-42).
string
Filter entries for a specific domain.
string
Filter by event type (e.g. work_item.status_changed, agent.claimed).
string
Filter entries by the user who performed the action.
string
Return entries before this ISO 8601 timestamp.
string
Return entries after this ISO 8601 timestamp.

Export audit log

Exports audit log entries as a downloadable file. Supports the same filter parameters as GET /audit.
string
default:"json"
Export format: json or csv.
Via CLI:

Operational statistics

Returns current operational statistics for the instance, including:
  • Total work item counts by kind and status
  • Active workflow counts
  • Agent queue depth
  • Recent sync activity
object
object