List Of Emails
list_of_emailsRetrieve a list of emails for a specific project and topic, returning each email's full field set. Read-only operation to fetch complete email details without modifying Procore data.
Instructions
Return a list of emails. Use this when you already know which email you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the email. 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, topic_type, topic_id. Procore API: Project Management > Emails. Endpoint: GET /rest/v1.0/project/{project_id}/email_communications/emails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| topic_id | Yes | Query string parameter — unique identifier of the topic | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| topic_type | Yes | Query string parameter — the type of the topic to be associated with the communication |