Skip to main content
GET
Get Email Task Status

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Path Parameters

task_id
string
required

Response

EmailTaskStatus · object | null

Successful Response

Status of an email task.

created_at
string
required
email_address
string
required
status
string
required
task_id
string
required
email_count
integer
default:0
last_email_received
string | null