Skip to main content
Get workflow
curl --request GET \
  --url https://api.maildiver.com/v1/workflows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "workflow_id": "0199f234-d327-7cd8-9dc5-4fd8e5e249df",
  "workspace_id": "0195a927-b706-725a-94dd-372770d920f2",
  "name": "Welcome Email Series",
  "status": "active",
  "current_version": 1,
  "active_version": 1,
  "design": "{\"nodes\":[{\"id\":\"trigger\",\"type\":\"trigger\",\"position\":{\"x\":100,\"y\":100},\"data\":{\"eventName\":\"user_signed_up\"}}],\"edges\":[]}",
  "created": 1742299707142,
  "updated": 1742299707142,
  "created_by": "admin@company.com",
  "created_by_type": "user"
}

Authorizations

Authorization
string
header
required

API key with format "Bearer {your-api-key}"

Path Parameters

id
string
required

Unique identifier of the workflow

Response

OK

The response is of type any.