Show Company Segment Item
show_company_segment_itemRetrieve a company segment item's complete field set using company, segment, and item IDs. This read-only tool inspects a single Work Breakdown Structure record without changing Procore data.
Instructions
Return details on a specific Company Segment Item. Use this when you already know which company segment item you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and segment_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the company segment item. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, segment_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| standard_cost_code_list_id | No | Query string parameter — standard Cost Code List ID (required for cost codes only) |