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": "1ccfff52-3b9f-401f-8cdd-e4c43ebcad97",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "e4a31455-11ab-4e5f-9a44-2aa75c89f6d3",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"laudantium"
],
"cc": [],
"bcc": [],
"subject": "Sequi vitae nam aut.",
"preheader": null,
"body": "Aut aut iure ad.",
"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-03T21:26:37.616-08:00",
"updated_at": "2026-01-03T21:26:37.616-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1ccfff52-3b9f-401f-8cdd-e4c43ebcad97",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "e4a31455-11ab-4e5f-9a44-2aa75c89f6d3",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"laudantium"
],
"cc": [],
"bcc": [],
"subject": "Sequi vitae nam aut.",
"preheader": null,
"body": "Aut aut iure ad.",
"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-03T21:26:37.616-08:00",
"updated_at": "2026-01-03T21:26:37.616-08:00"
}
}
}