Show RFQ Quote
show_rfq_quoteRetrieve the complete field set for a specific quote within a request for quotation (RFQ) using its ID and required parent IDs. Get full quote details for a known RFQ quote.
Instructions
Return detailed information about a specified Quote in a specified RFQ. Use this when you already know which RFQ quote you want and need its full field set. rfq_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the RFQ quote. 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: rfq_id, id, project_id, contract_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/rfqs/{rfq_id}/quotes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| rfq_id | Yes | URL path parameter — unique identifier of the rfq | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| contract_id | Yes | Query string parameter — unique identifier of the contract |