Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
path idstringrequired
Prospect ID.
query categorystring
Only one category: record, note, tag, list, communication, crm, driving, enrichment.
query sincestring
ISO 8601 time; only newer activity.
query pageintegerdefault: 1
Page number.
query per_pageintegerdefault: 25
Up to 100.
Response example
{ "data": [ { "id": "activity_99120", "type": "note_added", "category": "note", "summary": "Owner called back, wants an offer by Friday", "actor": { "type": "user", "user_id": 12, "name": "Jordan Lee", "api_key_id": null }, "source": "app", "metadata": { "prospectId": "8812", "noteId": "9" }, "created_at": "2026-08-26T16:20:00.000Z" } ], "pagination": { "page": 1, "per_page": 25, "total": 1, "has_more": false } }