List Company Segment Items
list_company_segment_itemsList segment items for a specific Procore segment. Use this read-only tool to discover item IDs before performing actions that require them.
Instructions
List Segment Items for a specific segment. Use this to discover company segment items or to look up the id of one before calling a tool that needs it. company_id defaults to the value set by procore_set_config when omitted, and segment_id must identify an existing parent record — resolve it with the matching list tool first. Returns a JSON array of company segment items; page and per_page control pagination and the response reports how many pages remain. 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. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| segment_item_list_id | No | Query string parameter — used to filter legacy segment items by list. Required for Cost Codes. |