---
title: "Get summary stats"
method: GET
path: "/orgs/{org}/insights/api/summary-stats"
tags: ["orgs"]
---

# Get summary stats

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

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

Under normal conditions, you can expect API data to appear within 4–6 hours after making a request. During incidents or periods of unusually high volume, it may take longer to show up.

## Path parameters

- `org` string, required

## Query parameters

- `min_timestamp` string, required
- `max_timestamp` string

## Response `200`

Response

- ApiInsightsSummaryStats — API Insights usage summary stats for an organization
  - `total_request_count` integer — The total number of requests within the queried time period
  - `rate_limited_request_count` integer — The total number of requests that were rate limited within the queried time period

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
