List Budget Detail Columns
list_budget_detail_columnsRetrieve budget detail columns for a specified budget view and project. Use to discover column IDs required by budget detail tools, with pagination support and read-only access.
Instructions
Return a list of columns relevant to a Budget View for a Budget Detail Report. Note: The ID field of each Budget Column will appear as keys in rows returned by the List Budget Details API. Use this to discover budget detail columns or to look up the id of one before calling a tool that needs it. budget_view_id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON array of budget detail columns; page and per_page control pagination and the response reports how many pages remain. 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: budget_view_id, project_id. Procore API: Construction Financials > Budget. Endpoint: GET /rest/v1.0/budget_views/{budget_view_id}/budget_detail_columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for paginated results (default: 1, 1-indexed) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| budget_view_id | Yes | URL path parameter — unique identifier of the budget view |