github_api_insights_get_summary_stats_by_actor
Retrieve summary statistics for a specific actor (user or app) in a GitHub organization within a given time range.
Instructions
Get summary stats by actor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| actor_type | Yes | actor_type | |
| actor_id | Yes | actor_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`. |