List Of Emails
list_of_emailsRetrieve a paginated list of emails from a Procore project by providing project ID, topic type, and topic ID. Control page and item count with page and per_page parameters.
Instructions
Return a list of emails. 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, 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 |
|---|---|---|---|
| project_id | Yes | URL path 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) | |
| topic_type | Yes | Query string parameter — the type of the topic to be associated with the communication | |
| topic_id | Yes | Query string parameter — unique identifier of the topic |