v1
latestOpenAPI 3.1.02026-07-26359254.7 MBReports
List email activity
<small>Requires the reporting:read scope (or a broader one that includes it).</small>
Returns a paginated list of individual email activity records matching the specified filters.
Use top and skip query parameters for pagination.
post/v3/reporting/emails
Query parameters
topinteger
Number of records to return (page size)
skipinteger
Number of records to skip
Request body
Example request
{
"filters": {
"from": "2026-01-01T00:00:00Z",
"to": "2026-03-01T00:00:00Z"
}
}Response
Email list retrieved successfully