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" }
Get the workflow status for a specific email including durable execution job status
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
Workflow status retrieved successfully
Email ID
Current email status
Workpool job status
Creation timestamp