Ellipsis APIReferencePlatform
Get Budget
Return the caller's current budget summary.
Return the caller's current budget summary.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
user-agent?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/budget"{ "budget_usd": 0, "fraction_used": 0, "pause_at_limit": true, "period": "string", "remaining_usd": 0, "spent_usd": 0, "window": { "end": "string", "start": "string" }}