Show Communication Thread
show_communication_threadRetrieve detailed information for a specific email communication thread by providing project, communication, and thread IDs.
Instructions
Shows detailed information for a specific email communication thread. Use this to fetch the full details of a specific Emails by its identifier. Returns a JSON object describing the requested Emails. Required parameters: project_id, communication_id, id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/communications/{communication_id}/threads/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| communication_id | Yes | URL path parameter — unique identifier of the communication | |
| id | Yes | URL path parameter — communication Thread ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |