Show RFQ Response
show_rfq_responseRetrieve detailed information for a specific RFQ response in Procore by supplying RFQ, response, project, and contract IDs. Returns a complete read-only JSON object for that response.
Instructions
Return detailed information about a specified Response in a specified RFQ. Use this when you already know which RFQ response 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 response. 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}/responses/{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 |