Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
budgets
/
{budget_id}
Get Budget Details
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/budgets/{budget_id} \
  --header 'Authorization: Bearer <token>'
Returns a single budget with current spend. Any workspace member can read.
This endpoint accepts both API key and session authentication. See Authentication.
See also: Budget management.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.