List Schedule Resources
list_schedule_resourcesRetrieve all schedule resources for a company, including full field set. Supports pagination and name filters to narrow results.
Instructions
Returns all resources for a given company. Use this when you already know which schedule resource you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the schedule resource. 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. Procore API: Company Admin > Company Settings. Endpoint: GET /rest/v1.0/companies/{company_id}/schedule/resources
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. | |
| filters__name | No | Query string parameter — filter item(s) with matching name. |