Show Sub Job
show_sub_jobRetrieve full details of a specific Sub Job within a project using its unique ID. Access Work Breakdown Structure records for financial tracking.
Instructions
Return a specified Sub Jobs in a specified Project. Use this to fetch the full details of a specific Work Breakdown Structure records by its identifier. Returns a JSON object describing the requested Work Breakdown Structure records. Required parameters: id, project_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: GET /rest/v1.0/sub_jobs/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |