Show Checklist Item
show_checklist_itemRetrieve a specific checklist item's full data from Procore. Provide list, item, project, and section IDs to get the complete field set for inspections. Read-only.
Instructions
Retrieves Checklist Item in a specified Checklist. Use this when you already know which checklist item you want and need its full field set. list_id, id must identify existing parent records — resolve them with the matching list tool first. Returns a single JSON object describing the checklist item. 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: list_id, id, project_id, section_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/lists/{list_id}/items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| section_id | Yes | Query string parameter — checklist Section ID |