Show Budget Line Item
show_budget_line_itemRetrieve the complete set of fields for a known budget line item by providing its ID and project ID, enabling you to view or export the full record from Procore.
Instructions
Return information about a Budget Line Item. Use this when you already know which budget line item you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the budget line item. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API (v1.1): Construction Financials > Budget. Endpoint: GET /rest/v1.1/budget_line_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Budget resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. |