Skip to main content
GET
https://api.resend.com
/
workflows
/
:workflow_id
/
runs
/
:run_id
// Node.js SDK is not available yet
{
  "object": "workflow_run",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "completed",
  "started_at": "2025-10-01T12:00:00.000Z",
  "completed_at": "2025-10-01T12:05:00.000Z",
  "created_at": "2025-10-01T12:00:00.000Z"
}
Workflows are currently in private alpha and only available to a limited number of users. APIs might change before GA.To use the methods on this page, you must upgrade your Resend SDK:
npm install resend@6.10.0-preview-workflows.0
Contact us if you’re interested in testing this feature.

Path Parameters

// Node.js SDK is not available yet
{
  "object": "workflow_run",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "completed",
  "started_at": "2025-10-01T12:00:00.000Z",
  "completed_at": "2025-10-01T12:05:00.000Z",
  "created_at": "2025-10-01T12:00:00.000Z"
}