Get Cost Item
get_cost_itemRetrieve full details of a specific Cost Catalog record using its unique identifier. Requires item ID and company ID.
Instructions
Get Cost Item. Use this to fetch the full details of a specific Cost Catalog records by its identifier. Returns a JSON object describing the requested Cost Catalog records. Required parameters: item_id, company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: GET /rest/v2.0/companies/{company_id}/estimating/catalogs/items/{item_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | URL path parameter — unique identifier of the item | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |