Skip to main content

moss activity contact

Show the activity timeline for a contact — interactions, deal changes, follow-ups, and commitments.
moss activity contact --id cnt_abc123
OptionRequiredDescription
--id <id>YesContact ID
--page <n>NoPage number
--per-page <n>NoItems per page

JSON output

moss activity contact --id cnt_abc123 --json
{
  "data": [
    {
      "type": "interaction",
      "event": "meeting logged",
      "timestamp": "2026-02-08T14:00:00Z",
      "details": { "interaction_id": "int_abc123", "notes": "Discussed roadmap" }
    },
    {
      "type": "deal",
      "event": "stage moved to proposal",
      "timestamp": "2026-02-07T10:00:00Z",
      "details": { "deal_id": "deal_abc123" }
    }
  ],
  "meta": { "page": 1, "per_page": 25, "total": 12, "total_pages": 1 }
}

moss activity deal

Show the activity timeline for a deal.
moss activity deal --id deal_abc123
OptionRequiredDescription
--id <id>YesDeal ID
--page <n>NoPage number
--per-page <n>NoItems per page