Get Emails Status

Check status of emails in the list

Important Guidelines

API Usage Tips

Time Period Requirements

  • Required: You must specify either start_date and end_date parameters, or the days parameter
  • Maximum duration: Time span cannot exceed 3 days
  • Date format: Use yyyy-MM-dd format for start_date and end_date

Pagination and Limits

  • Default limit: 100 records per search
  • Pagination: Use limit and start parameters when records exceed 100
  • Cache duration: Each query result is cached for 10 minutes

Rate Limiting

  • Maximum calls: 3,000 requests per minute per user account
  • Exceeded limit response: {"result": false, "statuscode": 50000, "message": "interface frequency limited", "info": {}}

Status Parameters

  • Valid status values: 1 (delivered), 4 (invalid email), 5 (soft bounce), 18 (sending)
  • Label priority: When both labelId and labelName are provided, labelId takes precedence for accurate queries
  • Label search: Use labelName alone for fuzzy search functionality

Status Codes Reference

Sub-Status Codes Overview

Sub StatusDescription
401Blacklist
402Unsubscribe
403Server error
404Format error
405IP rejection
406Not Exist
407Junk mail
408Rejection
409Others
503Soft bounce - Server error
505Soft bounce - IP rejection
506Soft bounce - Not Exist
507Soft bounce - Spam rejection
508Soft bounce - Rejection
509Soft bounce - Others

Detailed Status Mapping

StatusSub StatusSub Status Description
Invalid Mail - Platform Blacklist401SendCloud Blacklist
Invalid Mail - Unsubscribe402Unsubscribe
Invalid Mail - Server Unreachable403Server Unreachable
Invalid Mail - Address Format Error404Address Format Error
Invalid Mail - IP/Domain Rejected405IP, Domain Name Rejected
Invalid Mail - Address Does Not Exist406Address Does Not Exist
Invalid Mail - Spam407Spam
Invalid Mail - Sender/Recipient Rejected408Sender/Recipient Rejected
Invalid Mail - Other409Other

Response Classification

Invalid Email (4xx)

Sub-status codes in the 4xx range indicate permanent delivery failures. These emails should not be retried as they represent issues like invalid addresses, blacklists, or permanent rejections.

Soft Bounce (5xx)

Sub-status codes in the 5xx range indicate temporary delivery failures. These emails may be retried after addressing the underlying issue (server problems, temporary blocks, etc.).

Best Practices

  • Monitor sub-status codes to understand delivery failures
  • Handle soft bounces by implementing retry logic with appropriate delays
  • Remove invalid emails (4xx sub-status) from your mailing lists
  • Use pagination for large datasets to avoid timeouts
  • Respect rate limits to ensure consistent API access
Language
Credentials
URL
Click Try It! to start a request and see the response here!