Governance

List budgets

GET/api/governance/budgets

Returns a list of all budgets. Use the from_memory query parameter to get data from in-memory cache.

Query Parameters

from_memory?boolean

If true, returns budgets from in-memory cache instead of database

Defaultfalse

Response Body

application/json

application/json

curl -X GET "http://localhost:8080/api/governance/budgets"
{
  "budgets": [
    {
      "id": "string",
      "max_limit": 0,
      "reset_duration": "string",
      "calendar_aligned": false,
      "last_reset": "2019-08-24T14:15:22Z",
      "current_usage": 0,
      "config_hash": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "count": 0
}
{
  "event_id": "string",
  "type": "string",
  "is_bifrost_error": true,
  "status_code": 0,
  "error": {
    "type": "string",
    "code": "string",
    "message": "string",
    "param": "string",
    "event_id": "string"
  },
  "extra_fields": {
    "provider": "openai",
    "model_requested": "string",
    "request_type": "string"
  }
}