list_activities
Retrieve a filtered list of activities from your development history with optional time range, source, type, and person filters. Returns summary rows; use get_activity for details.
Instructions
List activities in a time window with optional source/type/person filters. Returns shallow rows (no body); use get_activity to fetch full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Inclusive start (RFC3339 or YYYY-MM-DD) | |
| end | No | Exclusive end (RFC3339 or YYYY-MM-DD) | |
| source | No | Filter by source: git, slack, calendar, github, gitlab, bitbucket, jira, confluence, linear, manual | |
| type | No | Filter by activity type: commit, message, meeting, ticket, review, pull_request, merge_request, issue, note | |
| identity_id | No | Filter by identity (person) ID | |
| limit | No | Max rows to return (default 50) | |
| offset | No | Number of leading rows to skip |