Show Recycled Checklist Template
show_recycled_checklist_templateRetrieve the full details of a recycled checklist template in Procore Inspections using its ID and project ID.
Instructions
Show Recycled Checklist Template. Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: project_id, id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/projects/{project_id}/recycle_bin/checklist/list_templates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — checklist Template ID | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) |