Retrieves a specific workflow_task by id
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "228edda2-0fbe-41f7-9bf5-68574d4a89f7",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "87f56a8a-d266-4a94-9ddf-a47fa146555f",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"voluptates"
],
"cc": [],
"bcc": [],
"subject": "Voluptas qui autem non.",
"preheader": null,
"body": "Animi dolores hic accusantium.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2026-01-14T19:42:44.538-08:00",
"updated_at": "2026-01-14T19:42:44.538-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "228edda2-0fbe-41f7-9bf5-68574d4a89f7",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "87f56a8a-d266-4a94-9ddf-a47fa146555f",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"voluptates"
],
"cc": [],
"bcc": [],
"subject": "Voluptas qui autem non.",
"preheader": null,
"body": "Animi dolores hic accusantium.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2026-01-14T19:42:44.538-08:00",
"updated_at": "2026-01-14T19:42:44.538-08:00"
}
}
}