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": "00851334-8fe6-4a64-8f18-fbfc5d2e301b",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "850e3d6b-0b57-4324-9b29-0fe9aefd7e7f",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"rerum"
],
"cc": [],
"bcc": [],
"subject": "Quia aliquam at vitae.",
"preheader": null,
"body": "Ex nesciunt nemo ut.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2025-12-18T18:57:05.176-08:00",
"updated_at": "2025-12-18T18:57:05.176-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "00851334-8fe6-4a64-8f18-fbfc5d2e301b",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "850e3d6b-0b57-4324-9b29-0fe9aefd7e7f",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"rerum"
],
"cc": [],
"bcc": [],
"subject": "Quia aliquam at vitae.",
"preheader": null,
"body": "Ex nesciunt nemo ut.",
"include_header": true,
"include_footer": true,
"custom_logo_url": null
},
"name": "Send an email",
"position": 1,
"skip_on_failure": false,
"enabled": true,
"created_at": "2025-12-18T18:57:05.176-08:00",
"updated_at": "2025-12-18T18:57:05.176-08:00"
}
}
}