List Budget View Snapshots
list_budget_view_snapshotsRetrieve paginated budget view snapshots for a project. Filter by type, status, or budget template to get snapshot IDs and details.
Instructions
Returns a list of project-level snapshots for both project status and ad hoc. You can filter by type. Use this to enumerate Budget records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Budget records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Construction Financials > Budget. Endpoint: GET /rest/v1.0/budget_view_snapshots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__budget_template_id | No | Query string parameter — return snapshot(s) using the specified budget template id. | |
| filters__budget_view_id | No | Query string parameter — return snapshot(s) using the specified budget view id. (This will replace budget_template_id filter) | |
| filters__snapshot_type | No | Query string parameter — return snapshot(s) of the specified type. | |
| filters__approval_status | No | Query string parameter — return snapshot(s) in the specified status. | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter |