ncloud_sens_list_mail_requests
List Naver Cloud SENS mail send requests within a time period. Use start and end dates to filter by status, sender, recipient, or request ID for audit or monitoring.
Instructions
List SENS mail send requests in a period (GET /mail/v2/services/{serviceId}/requests). fromDateTime and toDateTime are required (ISO 8601 with offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort as '{field},{direction}' (default 'createDateTime,desc') | |
| title | No | Subject (partial match) | |
| mailId | No | Mail ID | |
| pageNo | No | Page number (0-based, default 0) | |
| status | No | Request status | |
| pageSize | No | Items per page (1-1000, default 10) | |
| requestId | No | Exact request ID | |
| serviceId | No | Mail service ID in NRN form (e.g. ncp:mail:kr:1********2:main). Defaults to NCLOUD_SENS_MAIL_SERVICE_ID / NCLOUD_SENS_SERVICE_ID. Find it with ncloud_sens_list_projects (mailService.serviceId). A 'Forbidden' reply means that project's Mail channel is not enabled (useMail=false) — pick a project with useMail=true. | |
| templateNo | No | Template number | |
| toDateTime | Yes | Period end, ISO 8601 with offset | |
| dispatchType | No | How the request was made | |
| fromDateTime | Yes | Period start, ISO 8601 with offset (e.g. 2026-09-01T00:00:00+09:00) | |
| senderAddress | No | Sender address | |
| recipientAddress | No | Recipient address |