list-activities
Retrieve a complete audit trail of activities—notes, emails, stage moves—for a specific matter or contact. Filter by matter_id or contact_id to get exactly what happened.
Instructions
List timeline activities (audit trail of everything that happened: notes, emails, stage moves...). The Lawmatics API REQUIRES a filter here — pass filter_by ('matter_id' or 'contact_id') and filter_on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| fetch_all | No | Follow pagination (capped at 1,000 records). | |
| filter_by | Yes | Required by the API. | |
| filter_on | Yes | The matter or contact ID. |