Budgets

Get a single budget row

get/api/budgets/{scope}/{scopeId}

Path parameters

scope'global' | 'agent' | 'user' required
scopeIdstring required

Scope identifier — empty string for global, agent UUID otherwise

Scope identifier — empty string for global, agent UUID otherwise

Response

Budget row

scope'global' | 'agent' | 'user' required
scopeIdstring required
dailyBudgetUsdnumber required
createdAtnumber required
lastUpdatedAtnumber required

Changes

Changed in 1 of the 104 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added