budgets

Get all limits for a budget.

Get all budget limits for this budget and the money spent, and money left. You can limit the list by submitting a date range as well. The "spent" array for each budget limit is NOT influenced by the start and end date of your query, but by the start and end date of the budget limit itself.

get/v1/budgets/{id}/limits

Path parameters

idstring required
Example:123

The ID of the requested budget.

Query parameters

startstring date
Example:2026-08-01

A date formatted YYYY-MM-DD.

endstring date
Example:2026-08-31

A date formatted YYYY-MM-DD.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

A list of budget limits applicable to this budget.

Changes