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

# Get time stats

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

Get the number of API requests and rate-limited requests made within an organization over a specified time period.

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
- `timestamp_increment` string, required

## Response `200`

Response

- object[] — API Insights usage time stats for an organization
  - `timestamp` string
  - `total_request_count` integer
  - `rate_limited_request_count` integer

---

[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)
