github_api_insights_get_time_stats_by_user
Retrieve time-based statistics for a specific user in a GitHub organization within a given timestamp range.
Instructions
Get time stats by user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| user_id | Yes | user_id | |
| min_timestamp | Yes | The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. | |
| max_timestamp | No | The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. | |
| timestamp_increment | Yes | The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) |