cm_get_journey_email_recipients
Retrieve paginated recipients of a journey email. Use to view subscriber details with sorting and paging options.
Instructions
Get the recipients of a specific journey email (paged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch (1-based). | |
| emailId | Yes | Journey email ID. | |
| pagesize | No | Number of records per page (default 1000, max 1000). | |
| orderfield | No | Field to order results by (e.g. 'email', 'name', 'date'). | |
| orderdirection | No | Order direction: 'asc' or 'desc'. |