The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Organization Rate Limits
3url: https://platform.claude.com/docs/en/api/beta/organization/rate_limits/list
4---
5
16# List Organization Rate Limits
27
38**GET** `/v1/organizations/rate_limits`
from line 57
5257
5358 Rate-limit entries for the organization, one per group.
5459
60 - `type: "rate_limit"`
61
62 Object type. Always `rate_limit` for organization rate-limit entries.
63
64 default: rate_limit
65
5566 - `id: string`
5667
5768 Stable identifier for this rate-limit group within the organization.
from line 98
8798 - `models: array of string or null`
8899
89100 Model names this entry's limits apply to, including aliases. `null` when `group_type` is not `"model_group"`.
90
91 - `type: "rate_limit"`
92
93 Object type. Always `rate_limit` for organization rate-limit entries.
94
95 default: rate_limit
96101
97102- `next_page: string or null`
98103