GET /budget

Return the caller's current budget summary.

MethodPath
GET/v1/budget
curl "https://api.ellipsis.dev/v1/budget" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

Example response · 200
{
"budget_usd": 0,
"fraction_used": 0,
"pause_at_limit": false,
"period": "string",
"remaining_usd": 0,
"spent_usd": 0,
}

On this page

No Headings
Schedule a demo