Show Recycled Checklist (Inspection)
show_recycled_checklist_inspectionRetrieve the full details of a recycled checklist inspection using its unique identifier and project ID. Get JSON output with all inspection data.
Instructions
Returns the specified Recycled Checklist (Inspection). Use this to fetch the full details of a specific Inspections by its identifier. Returns a JSON object describing the requested Inspections. Required parameters: id, project_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/projects/{project_id}/recycle_bin/checklist/lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |