list_checklists_inspections
Retrieve and filter inspection checklists from Procore projects to manage compliance and track progress.
Instructions
List Checklists (Inspections). [Project Management/Inspections] GET /rest/v1.0/projects/{project_id}/checklist/lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__inspection_date | No | Return item(s) with inspection date within the specified ISO 8601 date range. | |
| filters__inspection_type_id | No | Array of Inspection Type IDs. Return item(s) associated with the specified Inspection Type IDs. | |
| filters__inspector_id | No | Array of User IDs. Return item(s) where the specified User IDs are inspectors. | |
| filters__template_id | No | Array of Checklist Template IDs. Return item(s) associated to the specified Checklist Template IDs. | |
| filters__location_id | No | Location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__managed_equipment_id | No | Return item(s) with the specified Managed Equipment ID. | |
| filters__point_of_contact_id | No | Array of User IDs. Return item(s) where the specified User IDs are the point of contact. | |
| filters__spec_section_id | No | Array of Specification Section IDs. Return item(s) associated to the specified Specification Section IDs. | |
| filters__responsible_contractor_id | No | Array of Vendor IDs. Return item(s) where the specified Vendor IDs are the responsible contractor. | |
| filters__closed_by_id | No | Array of User IDs. Return item(s) closed by the specified User ID. | |
| filters__created_by_id | No | Return item(s) created by the specified User IDs | |
| filters__status | No | Return item(s) with the specified statuses | |
| filters__trade_id | No | Trade ID | |
| filters__query | No | Return item(s) containing search query | |
| filters__due_at | No | Return item(s) due within the specified date range. | |
| filters__created_at | No | Return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__closed_at | No | Returns item(s) closed within the specified ISO 8601 datetime range. | |
| sort | No | sort |