Skip to main content
GET
{base_url}
/
admin
/
budgets
Error
A valid request URL is required to generate request examples
{
  "budgets": [
    {
      "amount": 123,
      "created_at": "<string>",
      "has_usage": true,
      "last_reset_at": "<string>",
      "period_end": "<string>",
      "period_label": "<string>",
      "period_ratio": 123,
      "period_seconds": 123,
      "period_start": "<string>",
      "remaining": 123,
      "source": "<string>",
      "spent": 123,
      "updated_at": "<string>",
      "usage_ratio": 123,
      "user_path": "<string>"
    }
  ],
  "server_time": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://gomodel-docs-providers-restructure.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

budgets
object[]
server_time
string