Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Get Spend Limit changed

api/beta/organization/spend_limits/retrieve

Nearest release: v2.1.277, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+15added
Lines−1removed
From line 55 where the diff opens
First seen 10 Sep 2026 this site's first read of the page
Recorded edits3to this page, all time

The whole hunk

from line 55, old and new numbered
/
lines
from line 55
5555 
5656 - `"weekly"`
5757 
58 - `scope: User or SeatTier or RBACGroup or 2 more`
58 - `scope: User or SeatTier or RBACGroup or 3 more`
5959 
6060 What the limit applies to. A tagged union on `type`; each variant carries the identifier for its scope.
6161 
from line 102
102102 - `type: "organization"`
103103 
104104 default: organization
105 
106 - `Workspace object`
107 
108 Scope selecting one workspace of a Claude Console organization.
109 
110 - `type: "workspace"`
111 
112 Scope type. Always `workspace` for this scope.
113 
114 default: workspace
115 
116 - `workspace_id: string`
117 
118 Tagged ID of the workspace the spend limit applies to.
105119 
106120 - `updated_at: string`
107121