Skip to content

Activity

Query the audit trail of all mutations across the company.

GET /api/companies/{companyId}/activity

Query parameters:

ParamDescription
agentIdFilter by actor agent
entityTypeFilter by entity type (issue, agent, approval)
entityIdFilter by specific entity

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

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.