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": "974c79f3-35da-4793-86e4-352b030398cd",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "02ae5e05-b00c-4298-8b19-5644b19db931",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"adipisci"
],
"cc": [],
"bcc": [],
"subject": "Quam rerum totam id.",
"preheader": null,
"body": "Nostrum aliquid beatae corporis.",
"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-01T14:16:20.379-08:00",
"updated_at": "2025-12-01T14:16:20.379-08:00"
}
}
}Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_tasks/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "974c79f3-35da-4793-86e4-352b030398cd",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "02ae5e05-b00c-4298-8b19-5644b19db931",
"task_params": {
"task_type": "send_email",
"from": "Rootly <[email protected]>",
"to": [
"adipisci"
],
"cc": [],
"bcc": [],
"subject": "Quam rerum totam id.",
"preheader": null,
"body": "Nostrum aliquid beatae corporis.",
"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-01T14:16:20.379-08:00",
"updated_at": "2025-12-01T14:16:20.379-08:00"
}
}
}