List Spend Limit Increase Requests
List spend limit increase requests, most recent first.
Pending requests include a live spend_summary for the requester. Requests whose requester is no longer a member are excluded.
get/v1/organizations/spend_limit_increase_requests?beta=true
Query parameters
status[]string[] nullable
Filter by status. Omit to return all.
Filter by status. Omit to return all.
actor_ids[]string[] nullable
Filter by requester, as user_... tagged IDs.
Filter by requester, as user_... tagged IDs.
pagestring nullable
Opaque cursor from a previous response's next_page.
Opaque cursor from a previous response's next_page.
limitinteger
Headers
x-api-keystring nullable
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Response
Successful Response
Example response
{
"data": [
{
"actor": {
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
},
"period": "monthly",
"resolved_by": {
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
},
"spend_summary": {
"actor": {
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
},
"amount": "50000",
"currency": "USD",
"period": "monthly",
"period_to_date_spend": "12050.5",
"scope": {
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
},
"source": {
"user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
}
}
}
]
}