List Work Scopes
list_work_scopesRetrieve a predefined list of work scopes with full field sets. Use it to fetch work scope details by page, without making changes in Procore.
Instructions
Returns a predefined list of work scopes. Use this when you already know which work scope you want and need its full field set. Returns a single JSON object describing the work scope. 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. Procore API (v2.0): Core > Project. Endpoint: GET /rest/v2.0/work_scopes
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) |