List Delivery Methods
list_delivery_methodsList delivery methods from Procore to get full field sets for known methods. This read-only operation returns JSON details without changing project data.
Instructions
Returns a predefined list of delivery methods. Use this when you already know which delivery method you want and need its full field set. Returns a single JSON object describing the delivery method. 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/delivery_methods
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) |