List Coordination Issues Workflow Issues
list_coordination_issues_workflow_issuesGet a paginated list of coordination issues with workflow metadata, filtered by user permissions. Use to find issue IDs, apply filters by status, assignee, or other parameters.
Instructions
Returns a list of Coordination Issues that have associated workflow metadata. Issues are filtered based on user visibility rules: - Project Admins can see all workflow issues - Issue creators can see issues they created - Issue assignees can see issues assigned to them - Workflow members can see issues for workflows they are part of. Use this to enumerate Coordination Issues when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Coordination Issues. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id, project_id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/workflow_issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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__assignee_company_id | No | Query string parameter — filter item(s) with matching assignee vendor companies. | |
| filters__assignee_id | No | Query string parameter — filter item(s) with matching assignee user IDs. | |
| filters__created_by_id | No | Query string parameter — return item(s) created by the specified User IDs | |
| filters__created_from | No | Query string parameter — filter item(s) by creation source. | |
| filters__id | No | Query string parameter — filter by specific Coordination Issue IDs. | |
| filters__location_id | No | Query string parameter — filters by specific location (Note: Use *either* this or location_id_with_sublocations, but not both) | |
| filters__include_sublocations | No | Query string parameter — use together with `filters[location_id]` | |
| filters__search | No | Query string parameter — returns item(s) matching the specified search query string. | |
| filters__status | No | Query string parameter — return item(s) with the specified statuses | |
| filters__issue_type | No | Query string parameter — filter item(s) by issue type. | |
| filters__priority | No | Query string parameter — filter item(s) by priority level. | |
| filters__trade_id | No | Query string parameter — filter results by trade id | |
| 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__due_date | No | Query string parameter — filter Coordination Issues by due date. | |
| filters__created_at | No | Query string parameter — 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-... | |
| sort | No | Query string parameter — sort results by field. Direction (asc/desc) controlled by presence or absence of '-' prefix. | |
| filters__overdue | No | Query string parameter — filter for overdue Coordination Issues. | |
| filters__document_container_id | No | Query string parameter — filter Coordination Issues by document container ID(s). | |
| filters__document_revision_id | No | Query string parameter — filter Coordination Issues by document revision ID(s). | |
| filters__source_file_id | No | Query string parameter — filter by source BIM file ID | |
| view | No | Query string parameter — specifies the view to use for the response. Use 'normal' for basic fields, 'extended' for full details including viewpoints and attachments. | |
| viewpoint_format | No | Query string parameter — specifies the format for viewpoint data. Use 'procore' for Procore format, 'bcf' for BCF format. | |
| included | No | Query string parameter — comma-separated list of fields to include in the response. |