List Communication Threads
list_communication_threadsRetrieve a paginated list of email communication threads for a project. Use to get an overview, find thread IDs, or filter results by query parameters.
Instructions
Return a list of email communication threads. Use this to enumerate Emails when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Emails. Use page and per_page to control pagination; the response includes pagination metadata. 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 |
|---|---|---|---|
| communication_id | Yes | URL path parameter — unique identifier of the communication | |
| 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) |