Get test email send result
Email
Get test email send result
Retrieve the delivery and spam-scoring results from a test email send. Shows which ISPs delivered to inbox vs. spam, SPF/DKIM/DMARC authentication results, and an estimated spam score. Returns 404 if the test has not yet completed or been delivered. Requires owner or admin role.
GET
Get test email send result
Authorizations
Dashboard JWT token from Clerk
Response
200 - application/json
The test-send result inside the standard { data, meta } envelope: data carries the testId, per-ISP inbox/spam placement, the SPF/DKIM/DMARC authentication verdicts, and an estimated spam score. A test that has not yet been delivered returns 404 rather than a partial body.
The response is of type object.