list_ai_code_commits
Retrieve AI code commit metrics within a date range, optionally filtered by user. Provides paginated results for analyzing AI-generated code activity.
Instructions
List AI commit metrics (GET /analytics/ai-code/commits).
Args: start_date: Optional start (ISO, now, 7d). Default ~7 days ago. end_date: Optional end (ISO, now, 0d). Default now. user: Optional single-user filter (email, user_..., or numeric id). page: 1-based page (default 1). page_size: Results per page (default 100, max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| user | No | ||
| end_date | No | ||
| page_size | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||