GET /orgs/{org}/insights/api/summary-stats

github.com:github-rest-api

Summary: Get summary stats
Operation ID: api-insights/get-summary-stats
Auth: bearer_token
Description

Get overall statistics of API requests made within an organization by all users and apps within a specified time frame.

Parameters (3)

max_timestamp (string, query, optional)

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`.

min_timestamp (string, query, required)

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`.

org (string, path, required)

The organization name. The name is not case sensitive.

No probe data for this endpoint yet.