Docs

Activity

Activity is Paperclip's audit trail. Use it when you want to answer: what changed, who changed it, which object changed, and when did it happen? The company-wide feed is newest-first and is meant for…

Activity

Activity is Paperclip's audit trail. Use it when you want to answer: what changed, who changed it, which object changed, and when did it happen?

The company-wide feed is newest-first and is meant for quick review. If you need the history for one issue or one heartbeat run, use the issue and run-specific endpoints below.

---

Endpoints

List company activity

GET /api/companies/{companyId}/activity

Returns the company activity feed, newest first.

Query parameters:

| Param | Description | |---|---| | agentId | Exact actor agent ID to filter by | | entityType | Exact entity type to filter by | | entityId | Exact entity ID to filter by |