Skip to main content
GET
/
v1
/
emails
/
{id}
/
workflow
cURL
curl --request GET \
  --url https://api.transmit.dev/v1/emails/{id}/workflow \
  --header 'Authorization: Bearer <token>'
{
  "emailId": "<string>",
  "status": "<string>",
  "jobStatus": "<any>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Enter your API key with 'tx_' prefix. Get your API key from the dashboard.

Path Parameters

id
string
required

Response

Workflow status retrieved successfully

emailId
string
required

Email ID

status
string
required

Current email status

jobStatus
any
required

Workpool job status

created_at
string<date-time>
required

Creation timestamp

⌘I