List Checklist (Inspection) Schedules
list_checklist_inspection_schedulesGet a paginated list of inspection schedules for a project, filterable by type, location, assignee, due dates, and equipment.
Instructions
Returns the Checklist Schedules from Checklists (Inspections) on the Project. Use this to enumerate Inspections when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Inspections. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Inspections. Endpoint: GET /rest/v1.0/projects/{project_id}/checklist/schedules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| filters__updated_at | No | Query string parameter — 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__inspection_type_id | No | Query string parameter — return schedule(s) with the specified Checklist Type IDs | |
| filters__frequency | No | Query string parameter — return schedule(s) with the specified Frequency Types | |
| filters__location_id | No | Query string parameter — return schedule(s) with the specified Location IDs | |
| filters__list_template_id | No | Query string parameter — return schedule(s) with the specified Inspection Template IDs | |
| filters__assignee_id | No | Query string parameter — return schedule(s) with the specified Assignee IDs | |
| filters__first_inspection_due_at | No | Query string parameter — return schedule(s) with the specified First Inspection Due Date | |
| filters__ends_at | No | Query string parameter — return schedule(s) with the specified Last Inspection Due Date. | |
| filters__ended | No | Query string parameter — return schedule(s) that are finished when true, returns unfinished schedule(s) otherwise | |
| filters__equipment_id | No | Query string parameter — return schedule(s) with the specified Equipment IDs | |
| sort | No | Query string parameter — sort schedule(s) by the chosen param; check below for a list of options. The direction of sorting is ascending by default; for descending sort, insert the - symbol before the param. | |
| 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) |