Show Checklist Comment
show_checklist_commentGet the complete details of a Procore checklist comment by specifying list ID, comment ID, and project ID. This read-only action returns the comment's full field set.
Instructions
Retrieves Checklist Comment in a specified Checklist. Use this when you already know which checklist comment 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 comment. 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. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/checklist/lists/{list_id}/comments/{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. |