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": "d35bd4e9-1f98-4873-8f0b-78a6ace72029",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "b980e926-43c0-4bf9-b02a-5a0879d28490",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"repellat"
],
"cc": [],
"bcc": [],
"subject": "Distinctio sunt laboriosam quia.",
"preheader": null,
"body": "Odit qui non nemo.",
"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-17T22:48:54.048-08:00",
"updated_at": "2025-12-17T22:48:54.048-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d35bd4e9-1f98-4873-8f0b-78a6ace72029",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "b980e926-43c0-4bf9-b02a-5a0879d28490",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"repellat"
],
"cc": [],
"bcc": [],
"subject": "Distinctio sunt laboriosam quia.",
"preheader": null,
"body": "Odit qui non nemo.",
"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-17T22:48:54.048-08:00",
"updated_at": "2025-12-17T22:48:54.048-08:00"
}
}
}