# Get budget entries **GET /data/projects/{project_id}/budgets/{budget_id}/entries** Retrieve budget entries for given production. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Project unique identifier - **budget_id** (string(uuid)) Budget unique identifier ## Responses ### 200 All budget entries of given production and budget #### Body: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)