github_api_insights_get_time_stats
Retrieve time-based statistics for a GitHub organization by specifying a time range and breakdown increment to analyze activity patterns.
Instructions
Get time stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| 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.) |