Paginated query of message send records for the current tenant. Data is isolated by the current logged-in user (only returns the user's own send records). Supports filtering by channel (sms/email/push) and send status (pending/sent/failed/delivered). References: ePrivacy Directive 2002/58/EC, CAN-SPAM Act.
Communication Service`bearerAuth`application/json
Request Parameters
Name
In
Type
Required
Default
Example
Constraints
Description
user_id
query
string
No
User ID (automatically filtered by current logged-in user)
channel
query
string
No
Send channel filter: sms/email/push
status
query
string
No
Send status filter: pending/sent/failed/delivered
page
query
integer
No
Page number, starting from 1 (default 1)
page_size
query
integer
No
Items per page (default 20, max 100)
Responses
Status
Description
Schema
200
Paginated query successful, returns send log summary list