Retrieve budgets for given production

GET /data/projects/{project_id}/budgets

Path parameters

  • project_id Required

Responses

  • 200

    All budgets of given production

GET /data/projects/{project_id}/budgets
curl \
 --request GET 'http://api.example.com/data/projects/{project_id}/budgets' \
 --header "Authorization: $API_KEY"