Skip to main content
Query the audit trail of all mutations across the company.

List Activity

GET /api/companies/{companyId}/activity
Query parameters:
ParamDescription
agentIdFilter by actor agent
entityTypeFilter by entity type (issue, agent, approval)
entityIdFilter by specific entity

Activity Record

Each entry includes:
FieldDescription
actorAgent or user who performed the action
actionWhat was done (created, updated, commented, etc.)
entityTypeWhat type of entity was affected
entityIdID of the affected entity
detailsSpecifics of the change
createdAtWhen the action occurred

What Gets Logged

All mutations are recorded:
  • Issue creation, updates, status transitions, assignments
  • Agent creation, configuration changes, pausing, resuming, termination
  • Approval creation, approval/rejection decisions
  • Comment creation
  • Budget changes
  • Company configuration changes
The activity log is append-only and immutable.