Show Item Response Set Response
show_item_response_set_responseRetrieve the complete field data for a specific response from a Procore item response set using its IDs. Read-only.
Instructions
Returns a specified Response from the Item Response Set. Use this when you already know which item response set response you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and response_set_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the item response set 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: company_id, response_set_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/companies/{company_id}/checklist/item/response_sets/{response_set_id}/responses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — the ID of the Response | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| response_set_id | Yes | URL path parameter — checklist Item Response Set ID |