Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
workflow_task found
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": "f1f7f7df-18aa-4e96-bcfe-037bdc732866",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "4cb50854-087c-4151-9f4a-1f74d087ce35",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"eveniet"
],
"cc": [],
"bcc": [],
"subject": "Aut blanditiis magni expedita.",
"preheader": null,
"body": "Nobis nihil ut et.",
"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-11-21T14:29:54.725-08:00",
"updated_at": "2025-11-21T14:29:54.726-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
workflow_task found
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": "f1f7f7df-18aa-4e96-bcfe-037bdc732866",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "4cb50854-087c-4151-9f4a-1f74d087ce35",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"eveniet"
],
"cc": [],
"bcc": [],
"subject": "Aut blanditiis magni expedita.",
"preheader": null,
"body": "Nobis nihil ut et.",
"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-11-21T14:29:54.725-08:00",
"updated_at": "2025-11-21T14:29:54.726-08:00"
}
}
}