list_activities
Retrieve a summary of developer activities within a date range, filtered by source, type, or person. Returns key details without full content to quickly scan work history.
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 |
|---|---|---|---|
| end | No | Exclusive end (RFC3339 or YYYY-MM-DD) | |
| type | No | Filter by activity type: commit, message, meeting, ticket, review, pull_request, merge_request, issue, note | |
| limit | No | Max rows to return (default 50) | |
| start | No | Inclusive start (RFC3339 or YYYY-MM-DD) | |
| offset | No | Number of leading rows to skip | |
| source | No | Filter by source: git, slack, calendar, github, gitlab, bitbucket, jira, confluence, linear, manual | |
| identity_id | No | Filter by identity (person) ID |