Skip to main content
GET
/
api
/
governance
/
budgets
Error
A valid request URL is required to generate request examples
{
  "budgets": [
    {
      "id": "<string>",
      "max_limit": 123,
      "reset_duration": "<string>",
      "calendar_aligned": false,
      "last_reset": "2023-11-07T05:31:56Z",
      "current_usage": 123,
      "config_hash": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Query Parameters

from_memory
boolean
default:false

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

Response

Successful response

List budgets response

budgets
object[]
count
integer