list_checklists
Retrieve and filter inspection checklists from Procore projects using criteria like status, due dates, inspectors, and locations to manage quality control processes.
Instructions
List Checklists. [Project Management/Inspections] GET /rest/v1.0/checklist/lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| filters__view | No | If 'recycle', return deleted Checklists. | |
| filters__inspection_type_id | No | Array of Inspection Type IDs. Return item(s) associated with the specified Inspection Type IDs. | |
| filters__point_of_contact_id | No | Array of User IDs. Return item(s) where the specified User IDs are the point of contact. | |
| filters__inspector_id | No | Array of User IDs. Return item(s) where the specified User IDs are inspectors. | |
| filters__list_template_id | No | Array of Checklist Template IDs. Return item(s) associated with the specified Checklist Template IDs. | |
| filters__location_id | No | Filters by specific location (Note: Use *either* this or location_id_with_sublocations, but not both) | |
| 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__status | No | Returns item(s) matching the specified status value. | |
| filters__trade_id | No | Trade ID | |
| filters__search | No | Returns item(s) matching the specified search query string. | |
| 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... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |