github_api_insights_get_summary_stats
Retrieve summary statistics for a GitHub organization within a specified time range. Provide the organization name and minimum timestamp to get aggregated insights.
Instructions
Get summary 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`. |