github_billing_get_github_billing_usage_report_user
Retrieve a GitHub billing usage report for a specific user, optionally filtered by year, month, or day.
Instructions
Get billing usage report for a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | username | |
| year | No | If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2025`. Default value is the current year. | |
| month | No | If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the default `year` is used. | |
| day | No | If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is specified, the default `year` and `month` are used. |