List Field Production Report Summary
list_field_production_report_summaryList calculated production rates and budgeted production quantities per cost code for a project. Returns a paginated JSON array of reports.
Instructions
Returns an array calculated production rates across cost codes with an associated Budgeted Production Quantity. Use this to enumerate Reports when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Reports. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Procore Helix > Reports. Endpoint: GET /rest/v1.0/field_production_report
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) |