List Inspection Users
list_inspection_usersRetrieves a paginated list of inspection users for a project, with filters by vendor, assignee role, distribution member, or point of contact.
Instructions
Returns a list of Inspection Users for a given 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 (v1.1): Project Management > Inspections. Endpoint: GET /rest/v1.1/projects/{project_id}/checklist/users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) | |
| filters__vendor_id | No | Query string parameter — return item(s) with the specified Vendor ID. | |
| filters__potential_assignee | No | Query string parameter — returns item(s) with the that can be potential inspection assignees. | |
| filters__potential_distribution_member | No | Query string parameter — returns item(s) that can be potential distribution members. | |
| filters__potential_point_of_contact | No | Query string parameter — returns item(s) with the that can be potential inspection points of contact. | |
| sort | No | Query string parameter — direction of sorting param (name) is in desc order of full name |