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": "061c3fec-d45c-426c-8166-7be2b098b287",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "0509919f-1b94-47ff-9f82-24685727ae38",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"consequatur"
],
"cc": [],
"bcc": [],
"subject": "Provident omnis aut esse.",
"preheader": null,
"body": "Omnis et quo repellendus.",
"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-10-09T10:23:42.463-07:00",
"updated_at": "2025-10-09T10:23:42.463-07: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": "061c3fec-d45c-426c-8166-7be2b098b287",
"type": "workflow_tasks",
"attributes": {
"workflow_id": "0509919f-1b94-47ff-9f82-24685727ae38",
"task_params": {
"task_type": "send_email",
"from": "Rootly <workflows@rootly.com>",
"to": [
"consequatur"
],
"cc": [],
"bcc": [],
"subject": "Provident omnis aut esse.",
"preheader": null,
"body": "Omnis et quo repellendus.",
"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-10-09T10:23:42.463-07:00",
"updated_at": "2025-10-09T10:23:42.463-07:00"
}
}
}