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": "d90ab181-359f-4405-9458-21f2568b6aa8",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "93f476a0-5142-427e-8570-85dd55e185c9",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"sint"
],
"cc": [],
"bcc": [],
"subject": "Id rerum ut et.",
"preheader": null,
"body": "Quasi odio cumque aperiam.",
"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-02-04T23:12:47.761-08:00",
"updated_at": "2026-02-04T23:12:47.761-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d90ab181-359f-4405-9458-21f2568b6aa8",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "93f476a0-5142-427e-8570-85dd55e185c9",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"sint"
],
"cc": [],
"bcc": [],
"subject": "Id rerum ut et.",
"preheader": null,
"body": "Quasi odio cumque aperiam.",
"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-02-04T23:12:47.761-08:00",
"updated_at": "2026-02-04T23:12:47.761-08:00"
}
}
}