List Communication Tags
list_communication_tagsList communication tags for a project to retrieve paginated email data. Filter by search term to find specific tags.
Instructions
List communication tags on a given project. 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. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/communication_tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string 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) | |
| view | No | Query string parameter — view type for the response. | |
| search | No | Query string parameter — search term to filter communication tags by title. |