List Project Status Snapshots
list_project_status_snapshotsRetrieve a paginated list of project status snapshots for a budget view. Filter by status or column IDs, sort by creation date, and control pagination with page and per_page parameters.
Instructions
Returns a paginated list of project-level project status snapshots with optional filtering and sorting. 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: company_id, project_id, budget_view_id. Procore API (v2.0): Construction Financials > Budget. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/budget_views/{budget_view_id}/project_status_snapshots
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| budget_view_id | Yes | URL path parameter — iD of the budget view | |
| filters__status_id | No | Query string parameter — filter snapshots by PSS custom status ID | |
| comparison_budget_column_ids | No | Query string parameter — only return comparisons for the specified budget column IDs | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order | |
| 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) |