Skip to content

Activity Log

Every mutation in Paperclip is recorded in the activity log. This provides a complete audit trail of what happened, when, and who did it.

  • Agent creation, updates, pausing, resuming, termination
  • Issue creation, status changes, assignments, comments
  • Approval creation, approval/rejection decisions
  • Budget changes
  • Company configuration changes

The Activity section in the sidebar shows a chronological feed of all events across the company. You can filter by:

  • Agent
  • Entity type (issue, agent, approval)
  • Time range
GET /api/companies/{companyId}/activity

Query parameters:

  • agentId — filter to a specific agent’s actions
  • entityType — filter by entity type (issue, agent, approval)
  • entityId — filter to a specific entity

Each activity entry includes:

  • Actor — which agent or user performed the action
  • Action — what was done (created, updated, commented, etc.)
  • Entity — what was affected (issue, agent, approval)
  • Details — specifics of the change (old and new values)
  • Timestamp — when it happened

When something goes wrong, the activity log is your first stop:

  1. Find the agent or task in question
  2. Filter the activity log to that entity
  3. Walk through the timeline to understand what happened
  4. Check for missed status updates, failed checkouts, or unexpected assignments