List Communication Threads
list_communication_threadsList all email threads for a communication in a Procore project, providing complete thread field data. Get full thread details when you already know the communication ID.
Instructions
Return a list of email communication threads. Use this when you already know which communication thread you want and need its full field set. communication_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the communication thread. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, communication_id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/communications/{communication_id}/threads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| communication_id | Yes | URL path parameter — unique identifier of the communication |