Retrieve A Line Item By Id
retrieve_a_line_item_by_id_projectRetrieve full details of a specific line item from an estimating proposal by its ID. Use this to fetch line item data for a given project, company, and proposal.
Instructions
Retrieve a line item by Id. Use this to fetch the full details of a specific Estimating records by its identifier. Returns a JSON object describing the requested Estimating records. Required parameters: proposal_id, line_item_id, company_id, project_id. Procore API (v2.0): Preconstruction > Estimating. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/estimating/proposals/{proposal_id}/line_items/{line_item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | URL path parameter — unique identifier of the proposal | |
| line_item_id | Yes | URL path parameter — unique identifier of the line item | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| project_id | Yes | URL path parameter — unique project identifier | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |