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": "cb9f9bf2-31b1-4d93-a2cd-2641ec614b61",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "3eb7e2f7-1480-4fad-8c9d-89c6cc9d8f5d",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"eaque"
],
"cc": [],
"bcc": [],
"subject": "Dolorum ea et dolores.",
"preheader": null,
"body": "Fugit sint odit harum.",
"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-19T18:15:15.372-08:00",
"updated_at": "2025-12-19T18:15:15.372-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cb9f9bf2-31b1-4d93-a2cd-2641ec614b61",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "3eb7e2f7-1480-4fad-8c9d-89c6cc9d8f5d",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"eaque"
],
"cc": [],
"bcc": [],
"subject": "Dolorum ea et dolores.",
"preheader": null,
"body": "Fugit sint odit harum.",
"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-19T18:15:15.372-08:00",
"updated_at": "2025-12-19T18:15:15.372-08:00"
}
}
}