Show Checklist
show_checklistRetrieve the full details of a specific inspection checklist in a project using its ID. Returns a JSON object describing the checklist.
Instructions
Retrieves Inspection Checklist in a specified Project. 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/checklist/lists/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | Query string 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) |